[tor-commits] [orbot/master] cleanup landscape layout

n8fr8 at torproject.org n8fr8 at torproject.org
Sat Nov 29 05:54:57 UTC 2014


commit 91f4fa0e163fde5a2c63f0136c17b57541b0b04f
Author: Nathan Freitas <nathan at freitas.net>
Date:   Sat Nov 29 00:43:18 2014 -0500

    cleanup landscape layout
---
 res/layout-land/layout_main.xml |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/res/layout-land/layout_main.xml b/res/layout-land/layout_main.xml
index 4b73db3..b90faf1 100644
--- a/res/layout-land/layout_main.xml
+++ b/res/layout-land/layout_main.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:id="@+id/viewMain"
@@ -11,9 +11,6 @@
     <org.torproject.android.RandomColorCircleView  android:layout_width="fill_parent"
 	      android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
         -->
-    <RelativeLayout
-		android:layout_width="match_parent"
-		android:layout_height="match_parent">
 		
         
         <!-- 
@@ -79,7 +76,7 @@
 	    android:id="@+id/log"
 	    android:layout_width="fill_parent"
 	    android:layout_height="fill_parent"
-	    android:layout_marginTop="30dp"
+	    android:layout_margin="6dp"
 	    android:layout_gravity="center_vertical|right"
 	    android:layout_toRightOf="@+id/boxStatus"
 	    
@@ -168,7 +165,5 @@
 			 
 			 />
     </RelativeLayout>		
-    </RelativeLayout>		
        
-</FrameLayout>
-
+</RelativeLayout>





More information about the tor-commits mailing list