I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit bbb41c9c authored by str4d's avatar str4d
Browse files

Use dp instead of px, added content description for logo

parent 5c9c438e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:fillViewport="true" android:fillViewport="true"
android:padding="10px" android:padding="10dp"
android:scrollbarStyle="outsideInset" android:scrollbarStyle="outsideInset"
> >
<LinearLayout <LinearLayout
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
> >
<ImageView <ImageView
android:contentDescription="@string/desc_i2p_logo"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/i2plogo" /> android:src="@drawable/i2plogo" />
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<resources> <resources>
<string name="app_name">I2P</string> <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_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> <string name="welcome_new_version">New version installed. Please read the release notes. Version:</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment