Styling. Added scrollbar and fixed black theme colors.

This commit is contained in:
Christine Emrich 2015-11-09 22:22:49 +01:00
parent 0280c7bd83
commit 2648484618
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,7 @@
<de.luhmer.owncloudnewsreader.view.ChangeLogFileListView
android:id="@+id/changelog_listview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:scrollbars="vertical" />
</LinearLayout>

View file

@ -51,4 +51,7 @@
<color name="tintColorLight">@android:color/black</color>
<color name="tintColorDark">@android:color/white</color>
<!-- override libs -->
<color name="chglib_background_default_divider_color">#00000000</color>
</resources>