Skip to content

Commit

Permalink
Fix Lint error in NavigationBasicSample
Browse files Browse the repository at this point in the history
Add `android:gravity="center_horizontal"` to please Lint.

Test: ./run_all_tests.sh
  • Loading branch information
ianhanniballake committed Feb 10, 2020
1 parent c75a9fb commit 0c8fda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<TextView
android:id="@+id/game_title"
android:gravity="center_horizontal"
android:layout_width="368dp"
android:layout_height="81dp"
android:layout_marginStart="8dp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

<TextView
android:id="@+id/profile_user_name"
android:gravity="center_horizontal"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_marginStart="8dp"
Expand Down

0 comments on commit 0c8fda3

Please sign in to comment.