mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-05 22:16:17 +00:00
Adding white bars at the bottom of somes view for the black theme.
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user