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

Skip to content
Snippets Groups Projects
Commit 45a1511c authored by sponge's avatar sponge
Browse files

Add 10pixel border, adjust scrollbars

parent 6c7be97e
Branches
Tags
No related merge requests found
......@@ -2,8 +2,10 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true">
android:fillViewport="true"
android:padding="10px"
android:scrollbarStyle="outsideInset"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
......
......@@ -3,6 +3,8 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true"
android:padding="10px"
android:scrollbarStyle="outsideInset"
>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
......@@ -52,7 +54,7 @@
android:id="@+id/router_stop_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="OLD STOP"
android:text="OLD STOP"
android:drawableLeft="@drawable/stop_router_icon" />
<TextView
......@@ -66,7 +68,7 @@
android:id="@+id/addressbook_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Address Book"
android:text="Address Book"
android:drawableLeft="@drawable/addressbook_icon" />
<Button
......@@ -87,7 +89,7 @@
android:id="@+id/peers_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Peers"
android:text="Peers"
android:drawableLeft="@drawable/peers_icon" />
<TextView
......
......@@ -3,18 +3,19 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10px"
>
<TextView
<TextView
android:id="@+id/news_status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Latest I2P News"
/>
<WebView
<WebView
android:id="@+id/news_webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</LinearLayout>
......@@ -3,18 +3,20 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="2dp"
android:padding="10px"
>
<TextView
<TextView
android:id="@+id/peers_status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Peers"
/>
<WebView
<WebView
android:id="@+id/peers_webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</LinearLayout>
......@@ -3,12 +3,13 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10px"
>
<TextView
<TextView
android:id="@+id/text_resource_text"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="vertical"
android:text="Release Notes"
/>
</LinearLayout>
......
......@@ -3,18 +3,19 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10px"
>
<TextView
<TextView
android:id="@+id/browser_status"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Latest I2P News"
/>
<WebView
<WebView
android:id="@+id/browser_webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment