Adding white bars at the bottom of somes view for the black theme.

This commit is contained in:
Anonymus Raccoon
2019-06-23 19:32:30 +02:00
parent 0614fa03a0
commit f9843a2069
3 changed files with 12 additions and 0 deletions

View File

@@ -35,4 +35,8 @@
android:clickable="false"
android:text="View More"
android:layout_centerHorizontal="true" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?blackSeperatorColor"/>
</LinearLayout>

View File

@@ -35,4 +35,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/lineRecycler" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?blackSeperatorColor"/>
</LinearLayout>

View File

@@ -35,4 +35,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/lineRecycler" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?blackSeperatorColor"/>
</LinearLayout>