summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/launch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/launch.xml b/android/src/main/res/layout/launch.xml
index 13cd43857a..7dffd94e31 100644
--- a/android/src/main/res/layout/launch.xml
+++ b/android/src/main/res/layout/launch.xml
@@ -29,7 +29,7 @@
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white40"
- android:textSize="14sp"
+ android:textSize="@dimen/text_small"
android:text="@string/connecting_to_daemon" />
</LinearLayout>
</FrameLayout>