Effective UI in nightmode (#2574)

* change bookmarks row button color

* achievement_background

* Change UI for nightmode

* revert first commit, change color of buttons in bottom_sheet in night mode
This commit is contained in:
Silky Priya 2019-03-11 21:38:44 +05:30 committed by Vivek Maskara
parent d1a7b2cbfe
commit 0a3d8c09a7
16 changed files with 49 additions and 19 deletions

View file

@ -4,13 +4,13 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@android:color/darker_gray">
android:background="?attr/drawerHeaderBackground">
<ImageView
android:id="@+id/pictureOfTheDay"
android:layout_width="match_parent"
android:layout_height="172dp"
android:background="@android:color/darker_gray"
android:background="?attr/drawerHeaderBackground"
android:paddingLeft="@dimen/standard_gap"
android:paddingTop="@dimen/standard_gap"
android:paddingRight="@dimen/standard_gap"