Add night mode support
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
android:id="@+id/line"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0.1px"
|
||||
android:background="@color/navigationBarColor"
|
||||
android:background="?android:attr/navigationBarColor"
|
||||
android:elevation="9dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_content_add"
|
||||
android:tint="@color/colorAccent"/>
|
||||
android:tint="@color/colorSecondary"/>
|
||||
|
||||
<Space
|
||||
android:layout_width="16dp"
|
||||
|
||||
Reference in New Issue
Block a user