Skip to content

Commit

Permalink
Solve bug text menu gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Jamet committed Jul 20, 2017
1 parent 9b3c695 commit 1924c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RememBirthday-UI/src/main/res/layout/item_list_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:layout_height="48dp"
android:padding="12dp"
android:layout_gravity="center"
android:gravity="center"
android:background="@drawable/background_circle"
app:backgroundTint="?attr/backgroundElement"
app:srcCompat="@drawable/ic_message_white_24dp"
Expand All @@ -22,6 +23,7 @@
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:layout_gravity="center"
android:gravity="center"
android:textColor="?attr/backgroundElement"
android:textSize="16sp"
android:text="@string/message_title"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:layout_height="48dp"
android:padding="12dp"
android:layout_gravity="center"
android:gravity="center"
android:background="@drawable/background_circle"
app:backgroundTint="?attr/colorInactive"
app:srcCompat="@drawable/ic_message_white_24dp"
Expand All @@ -22,6 +23,7 @@
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:layout_gravity="center"
android:gravity="center"
android:textColor="?attr/colorInactive"
android:textSize="16sp"
android:text="@string/message_title"/>
Expand Down

0 comments on commit 1924c12

Please sign in to comment.