Commit cd9e8cab authored by Mygod's avatar Mygod

Simplify styles

parent 80448fa5
......@@ -13,12 +13,8 @@
android:id="@+id/tv_about"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:padding="16dp"
android:textIsSelectable="true"
android:textAppearance="@android:style/TextAppearance.Small"
android:fontFamily="Helvetica|arial|freesans|clean|sans-serif"
android:textColor="@color/html_text"
android:textColorLink="@color/md_blue_600"
android:lineSpacingMultiplier="1.25" />
android:textAppearance="@style/TextAppearance.AppCompat.Body1"/>
</ScrollView>
</LinearLayout>
\ No newline at end of file
......@@ -4,7 +4,6 @@
<color name="background_selected">@color/material_primary_800</color>
<color name="primary_drawable">@android:color/white</color>
<color name="background_stat">@color/material_primary_600</color>
<color name="html_text">@color/md_white_1000</color>
<!-- MaterialDrawer colors -->
<color name="drawer_background">@color/material_drawer_dark_background</color>
......
......@@ -6,7 +6,6 @@
<color name="background_selected">@color/material_primary_100</color>
<color name="primary_drawable">@android:color/black</color>
<color name="background_stat">@color/material_primary_300</color>
<color name="html_text">#333333</color>
<!-- MaterialDrawer colors -->
<color name="drawer_background">@color/material_drawer_background</color>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment