[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] delete layout
commit 21acd568b1fb0ec3737c3163e9740ff97c749d49
Author: Juan Ezquerro LLanes <juan@xxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits