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

center text

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