UI improvement Phase 1

- Simplified theme/style settings and corrected UI styles
- Move «Add To Library» button from toolbar to be simple  to find/press
it
- Toolbar in chapter list with sort/filtration
- library/catalog layout fixes
This commit is contained in:
Yuri Revich
2015-11-24 20:45:53 +03:00
parent 85dcfd2beb
commit 18130e931f
34 changed files with 585 additions and 400 deletions

View File

@@ -15,7 +15,7 @@
android:theme="@style/AppTheme" >
<activity
android:name=".ui.main.MainActivity"
android:theme="@style/AppTheme.NoActionBar" >
android:theme="@style/AppTheme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />