diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
commit | 99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch) | |
tree | 0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/cert_warning.xml | |
parent | 65d62cced47d430d7b33ca53b45015fb86967e31 (diff) |
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to 'res/layout/cert_warning.xml')
-rw-r--r-- | res/layout/cert_warning.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/cert_warning.xml b/res/layout/cert_warning.xml index 59d71803..fffe3266 100644 --- a/res/layout/cert_warning.xml +++ b/res/layout/cert_warning.xml @@ -9,14 +9,14 @@ android:id="@+id/hint" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textSize="18sp"/> + android:textSize="14sp"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#FFe92727" android:textStyle="bold" - android:textSize="18sp" + android:textSize="14sp" android:text="Do not connect unless you know exactly what you are doing" android:paddingTop="8dp" android:paddingBottom="8dp"/> @@ -24,7 +24,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textSize="18sp" + android:textSize="14sp" android:text="The SHA1 fingerprint is:" /> <TextView @@ -36,6 +36,6 @@ android:layout_height="wrap_content" android:typeface="monospace" android:textStyle="bold" - android:textSize="20sp"/> + android:textSize="18sp"/> </LinearLayout> |