Use dp instead of px, removed invalid property (for LinearLayout)
This commit is contained in:
@ -3,13 +3,12 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:padding="10px"
|
||||
android:padding="10dp"
|
||||
>
|
||||
<TextView
|
||||
android:id="@+id/news_status"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="Latest I2P News"
|
||||
/>
|
||||
<WebView
|
||||
|
@ -4,13 +4,12 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_margin="2dp"
|
||||
android:padding="10px"
|
||||
android:padding="10dp"
|
||||
>
|
||||
<TextView
|
||||
android:id="@+id/peers_status"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="Peers"
|
||||
/>
|
||||
<WebView
|
||||
|
@ -3,7 +3,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:padding="10px"
|
||||
android:padding="10dp"
|
||||
>
|
||||
<TextView
|
||||
android:id="@+id/text_resource_text"
|
||||
|
@ -3,13 +3,12 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:padding="10px"
|
||||
android:padding="10dp"
|
||||
>
|
||||
<TextView
|
||||
android:id="@+id/browser_status"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="Latest I2P News"
|
||||
/>
|
||||
<WebView
|
||||
|
Reference in New Issue
Block a user