[tor-commits] [orbot/master] layout fix

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Mar 2 04:10:21 UTC 2017


commit 85de87f0a0326878f4fb439b8156fe6f6d2c769a
Author: arrase <arrase at gmail.com>
Date:   Thu Nov 24 02:30:19 2016 +0100

    layout fix
---
 app/src/main/res/layout/layout_hs_backups_list.xml      | 4 +++-
 app/src/main/res/layout/layout_hs_backups_list_item.xml | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/layout_hs_backups_list.xml b/app/src/main/res/layout/layout_hs_backups_list.xml
index 6c123ff..d1db786 100644
--- a/app/src/main/res/layout/layout_hs_backups_list.xml
+++ b/app/src/main/res/layout/layout_hs_backups_list.xml
@@ -1,7 +1,9 @@
 <?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:orientation="vertical" android:layout_width="match_parent"
-    android:layout_height="match_parent">
+    android:layout_height="match_parent"
+    android:layout_marginTop="15dp">
 
     <ListView
         android:layout_width="match_parent"
diff --git a/app/src/main/res/layout/layout_hs_backups_list_item.xml b/app/src/main/res/layout/layout_hs_backups_list_item.xml
index fe76d47..40a9ede 100644
--- a/app/src/main/res/layout/layout_hs_backups_list_item.xml
+++ b/app/src/main/res/layout/layout_hs_backups_list_item.xml
@@ -19,6 +19,6 @@
             android:id="@+id/backup_name"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:textSize="35sp" />
+            android:textSize="30sp" />
     </LinearLayout>
 </LinearLayout>
\ No newline at end of file





More information about the tor-commits mailing list