mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
This commit is contained in:
parent
2dc2e32d87
commit
b46ea0aba8
8 changed files with 37 additions and 30 deletions
|
|
@ -50,16 +50,16 @@
|
|||
/>
|
||||
</android.support.v7.widget.Toolbar>
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tabLayout"
|
||||
android:visibility="gone"
|
||||
android:id="@+id/tab_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabTextAppearance="@android:style/TextAppearance.Widget.TabWidget"
|
||||
android:background="@color/item_white_background"
|
||||
android:background="?attr/tabBackground"
|
||||
app:tabIndicatorColor="?attr/tabIndicatorColor"
|
||||
app:tabSelectedTextColor="?attr/tabSelectedTextColor"
|
||||
app:tabTextColor="?attr/tabTextColor"
|
||||
app:tabMode="scrollable"
|
||||
app:tabSelectedTextColor="@color/primaryColor"
|
||||
app:tabTextColor="@color/button_background_dark"
|
||||
android:layout_below="@id/toolbar_search"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
<FrameLayout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue