Skip to content
Snippets Groups Projects
Commit 7c8111ff authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

center text

parent cd2ea5ac
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:orientation="horizontal"
android:gravity="center_vertical">
<ImageView
android:id="@+id/icon"
......@@ -13,7 +14,7 @@
android:src="@drawable/ic_launcher"
android:paddingRight="10dp"
android:paddingTop="5dp"
android:paddingBottom="10dp" />
android:paddingBottom="5dp" />
<LinearLayout
android:layout_width="wrap_content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment