mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* fix UI issue after theme change * removed unnecessary changes Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
This commit is contained in:
parent
153e57264d
commit
58408cf2b0
7 changed files with 19 additions and 3 deletions
|
|
@ -34,6 +34,7 @@
|
|||
android:id="@+id/viewPagerBookmarks"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/toolbar_layout" />
|
||||
android:layout_below="@id/toolbar_layout"
|
||||
android:background="?attr/mainBackground" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -34,5 +34,6 @@
|
|||
android:id="@+id/viewPager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/toolbar_layout" />
|
||||
android:layout_below="@id/toolbar_layout"
|
||||
android:background="?attr/mainBackground"/>
|
||||
</RelativeLayout>
|
||||
|
|
@ -3,7 +3,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="@dimen/tiny_gap">
|
||||
android:paddingTop="@dimen/tiny_gap"
|
||||
android:background="?attr/mainBackground">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contentNotFound"
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:fitsSystemWindows="true"
|
||||
app:titleTextColor="?attr/toolbar_text_color"
|
||||
android:background="?attr/mainBackground"
|
||||
/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue