]> git.ktnx.net Git - mobile-ledger.git/commitdiff
a bit of padding on the no profiles screen
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 12 Apr 2019 14:57:24 +0000 (17:57 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 12 Apr 2019 14:57:24 +0000 (17:57 +0300)
app/src/main/res/layout/no_profiles.xml

index 97b47726443ed51b97065cc176e4a6b65018a119..3deb8459cb04a74784bd2fbe88e349ddc7e4018d 100644 (file)
@@ -22,7 +22,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:background="?table_row_dark_bg"
-    >
+    android:padding="@dimen/activity_horizontal_margin">
 
     <TextView
         android:id="@+id/textView"
@@ -30,8 +30,8 @@
         android:layout_height="wrap_content"
         android:layout_marginTop="48dp"
         android:text="@string/text_welcome"
-        android:textSize="52sp"
         android:textColor="?textColor"
+        android:textSize="48sp"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />