[tor-commits] [orbot/master] delete layout
n8fr8 at torproject.org
n8fr8 at torproject.org
Thu Mar 2 04:10:20 UTC 2017
commit 21acd568b1fb0ec3737c3163e9740ff97c749d49
Author: Juan Ezquerro LLanes <juan at paynopain.com>
Date: Thu Nov 17 16:51:39 2016 +0100
delete layout
---
app/src/main/res/layout/onion_item.xml | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/app/src/main/res/layout/onion_item.xml b/app/src/main/res/layout/onion_item.xml
index 717ed79..067e0a0 100644
--- a/app/src/main/res/layout/onion_item.xml
+++ b/app/src/main/res/layout/onion_item.xml
@@ -4,19 +4,14 @@
android:layout_height="match_parent"
android:orientation="vertical">
- <LinearLayout
+ <TextView
+ android:id="@+id/hs_name"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
+ android:layout_height="wrap_content" />
- <TextView
- android:id="@+id/hs_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ <TextView
+ android:id="@+id/hs_onion"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
- <TextView
- android:id="@+id/hs_onion"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
- </LinearLayout>
</LinearLayout>
\ No newline at end of file
More information about the tor-commits
mailing list