Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Review about dialog margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilhcem committed Jul 13, 2014
1 parent 29601e3 commit 64fed7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/about_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="10dp"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="10dp">

<LinearLayout
Expand Down

0 comments on commit 64fed7a

Please sign in to comment.