Browse Source
Added margin to BoardActivity's bookmark button
pull/61/merge
Ezerous
6 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
1 additions and
1 deletions
-
app/src/main/res/layout/activity_board.xml
|
|
@ -28,7 +28,7 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_horizontal|end" |
|
|
|
android:layout_marginEnd="4dp" |
|
|
|
android:layout_marginEnd="19dp" |
|
|
|
android:background="@null" |
|
|
|
android:contentDescription="@string/bookmark" |
|
|
|
app:srcCompat="@drawable/ic_bookmark_false_accent_24dp"/> |
|
|
|