mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
fix widgets
This commit is contained in:
parent
3f1e0d77e8
commit
1f959ab50f
2 changed files with 2 additions and 2 deletions
|
|
@ -36,5 +36,5 @@
|
|||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?selectableItemBackground" />
|
||||
android:background="@drawable/selection_highlight_brand" />
|
||||
</FrameLayout>
|
||||
|
|
@ -37,5 +37,5 @@
|
|||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?selectableItemBackground" />
|
||||
android:background="@drawable/selection_highlight_brand" />
|
||||
</FrameLayout>
|
||||
Loading…
Reference in a new issue