commit 4155246b88286c59c421129bf8f1408240121ec1 Author: arrase arrase@gmail.com Date: Fri Nov 18 01:00:57 2016 +0100
more ps --- app/src/main/res/layout/onion_item.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/onion_item.xml b/app/src/main/res/layout/onion_item.xml index 067e0a0..539de8f 100644 --- a/app/src/main/res/layout/onion_item.xml +++ b/app/src/main/res/layout/onion_item.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> @@ -7,11 +8,13 @@ <TextView android:id="@+id/hs_name" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:textSize="24sp" />
<TextView android:id="@+id/hs_onion" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:textSize="18sp" />
</LinearLayout> \ No newline at end of file
tor-commits@lists.torproject.org