diff --git a/res/layout/fragment_main.xml b/res/layout/fragment_main.xml index f1ebe11ac22a794e14c3d18ef92c62cd006acd5e..120cd6663e635dec584349e7f855f8f7ec1d46b2 100644 --- a/res/layout/fragment_main.xml +++ b/res/layout/fragment_main.xml @@ -3,7 +3,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" - android:padding="10px" + android:padding="10dp" android:scrollbarStyle="outsideInset" > <LinearLayout @@ -13,6 +13,7 @@ > <ImageView + android:contentDescription="@string/desc_i2p_logo" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/i2plogo" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index 484455be9c4482e499b1248f6d8d23bd6f3dde29..8e20dd2ad33232e0b1c3bf2b3ea9a1af73a5cbaa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2,6 +2,7 @@ <resources> <string name="app_name">I2P</string> + <string name="desc_i2p_logo">I2P logo</string> <string name="welcome_new_install">Welcome to I2P! This app is ALPHA software and it does not provide strong anonymity. Please read the release notes and license information.</string> <string name="welcome_new_version">New version installed. Please read the release notes. Version:</string>