Skip to content

Commit

Permalink
border style removed
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Dec 29, 2012
1 parent 35930cd commit 62a7d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/layout/about_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_alignParentTop="true"
android:layout_centerInParent="true"
android:layout_marginTop="10sp"
android:background="@drawable/icon_btn_border"
android:background="@null"
android:contentDescription="@string/about_application_icon"
android:maxHeight="120sp"
android:maxWidth="160sp"
Expand Down
6 changes: 3 additions & 3 deletions res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
android:layout_alignParentLeft="true"
>
<ImageButton android:src="@drawable/application_icon"
android:maxHeight="80sp"
android:maxWidth="80sp"

android:layout_alignParentLeft="true"
android:id="@+id/image_button_icon"
android:contentDescription="@string/imagen_icon_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/icon_btn_border"
android:background="@null"
android:paddingTop="2sp"
/>
</RelativeLayout>

Expand Down

0 comments on commit 62a7d97

Please sign in to comment.