Initial UI work

Look and feel based on CMUpdater.
This commit is contained in:
Gabriele M
2017-07-16 21:23:45 +02:00
parent a455c95e0c
commit e51be80f6a
16 changed files with 571 additions and 109 deletions
+2 -1
View File
@@ -14,11 +14,12 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar">
android:theme="@style/AppTheme">
<activity
android:name=".UpdatesActivity"
android:label="@string/display_name"
android:theme="@style/AppTheme.NoActionBar"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN" />