mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-22 00:50:55 +00:00
Minor fixes for group chips, remove remnants of filter menu item
This commit is contained in:
parent
40fbe39474
commit
778000aa24
33 changed files with 44 additions and 112 deletions
|
@ -22,7 +22,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:text="Groups" />
|
||||
android:text="@string/groups" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
android:layout_marginEnd="8dp"
|
||||
android:textAppearance="@style/TextAppearance.Aegis.ActionChip"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:visibility="gone"
|
||||
app:chipBackgroundColor="?attr/cardBackground"
|
||||
app:chipEndPadding="6dp"
|
||||
app:chipIcon="@drawable/ic_baseline_filter_list_24dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue