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

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

Use dp instead of px, removed invalid property (for LinearLayout)

parent 4ca2ed75
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,12 @@ ...@@ -3,13 +3,12 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:padding="10px" android:padding="10dp"
> >
<TextView <TextView
android:id="@+id/news_status" android:id="@+id/news_status"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Latest I2P News" android:text="Latest I2P News"
/> />
<WebView <WebView
......
...@@ -4,13 +4,12 @@ ...@@ -4,13 +4,12 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_margin="2dp" android:layout_margin="2dp"
android:padding="10px" android:padding="10dp"
> >
<TextView <TextView
android:id="@+id/peers_status" android:id="@+id/peers_status"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Peers" android:text="Peers"
/> />
<WebView <WebView
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:padding="10px" android:padding="10dp"
> >
<TextView <TextView
android:id="@+id/text_resource_text" android:id="@+id/text_resource_text"
......
...@@ -3,13 +3,12 @@ ...@@ -3,13 +3,12 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:padding="10px" android:padding="10dp"
> >
<TextView <TextView
android:id="@+id/browser_status" android:id="@+id/browser_status"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Latest I2P News" android:text="Latest I2P News"
/> />
<WebView <WebView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment