commit 91f4fa0e163fde5a2c63f0136c17b57541b0b04f
Author: Nathan Freitas <nat...@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>



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to