mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
right-align stars in folder and account lists
This commit is contained in:
parent
417db22879
commit
0e4028d458
@ -82,6 +82,7 @@
|
||||
android:gravity="right"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignRight="@id/new_message_count"
|
||||
android:clickable="true"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
@ -86,6 +86,7 @@
|
||||
android:gravity="right"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignRight="@id/folder_unread_message_count"
|
||||
android:clickable="true"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user