diff --git a/Android.mk b/Android.mk index 8b660b6b..6f9596ad 100644 --- a/Android.mk +++ b/Android.mk @@ -4,4 +4,6 @@ include $(CLEAR_VARS) LOCAL_MODULE := MicroGUiTools LOCAL_SRC_FILES := $(call all-java-files-under, microg-ui-tools/src/main/java) +LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v7-appcompat + include $(BUILD_STATIC_JAVA_LIBRARY) diff --git a/microg-ui-tools/src/main/res/layout/about_root.xml b/microg-ui-tools/src/main/res/layout/about_root.xml index 2dceaa79..fbbbd8b1 100644 --- a/microg-ui-tools/src/main/res/layout/about_root.xml +++ b/microg-ui-tools/src/main/res/layout/about_root.xml @@ -34,7 +34,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" - android:text="microG UI Demo" + android:text="@+id/about_root_title" android:textAppearance="@style/TextAppearance.AppCompat.Headline" android:textColor="?attr/colorAccent"/> @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:gravity="center_horizontal" android:visibility="gone" - android:text="Summary" + android:text="@+id/about_root_summary" android:textAppearance="@style/TextAppearance.AppCompat.Subhead" android:textColor="?attr/colorAccent"/> @@ -53,7 +53,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:text="Version v0.1.0" + android:text="@+id/about_root_version" android:textAppearance="@style/TextAppearance.AppCompat.Subhead"/> - \ No newline at end of file + diff --git a/microg-ui-tools/src/main/res/values/strings.xml b/microg-ui-tools/src/main/res/values/strings.xml index 186ef926..47baddc5 100644 --- a/microg-ui-tools/src/main/res/values/strings.xml +++ b/microg-ui-tools/src/main/res/values/strings.xml @@ -27,4 +27,9 @@ Self-Check Check if the system is correctly set up to use microG. - \ No newline at end of file + + microG UI Demo + Summary + Version v0.1.0 + Included libraries +