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
9b3f3e9d3c
commit
69e7161c61
125 changed files with 542 additions and 506 deletions
|
|
@ -14,9 +14,9 @@
|
|||
android:id="@+id/cart_icon_image_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginEnd="@dimen/activity_margin_horizontal"
|
||||
android:gravity="center"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginRight="@dimen/activity_margin_horizontal"
|
||||
app:srcCompat="@drawable/ic_notifications_white_24dp" />
|
||||
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
android:layout_alignRight="@id/cart_icon_image_view"
|
||||
android:background="@drawable/notification_badge"
|
||||
android:gravity="center"
|
||||
android:padding="2dp"
|
||||
android:padding="@dimen/miniscule_margin"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="7sp"
|
||||
android:textStyle="bold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue