mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-11 01:10:38 +01:00
Add and indicator to feeds/folders tab layout
This commit is contained in:
parent
c097a454bf
commit
46a1f83d38
5
app/src/main/res/drawable/tab_indicator.xml
Normal file
5
app/src/main/res/drawable/tab_indicator.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@android:color/white" />
|
||||
</shape>
|
@ -23,7 +23,10 @@
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/manage_feeds_folders_tablayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
app:tabIndicator="@drawable/tab_indicator"
|
||||
app:tabIndicatorColor="@android:color/white"
|
||||
app:tabIndicatorHeight="4dp"/>
|
||||
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user