2013-07-15 22:51:03 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-07-16 01:47:15 +02:00
|
|
|
android:layout_width="wrap_content"
|
2013-07-16 02:00:36 +02:00
|
|
|
android:layout_height="wrap_content"
|
2013-07-16 01:52:49 +02:00
|
|
|
android:orientation="horizontal" android:layout_gravity="center_horizontal" android:gravity="center_horizontal"
|
2013-07-16 02:00:36 +02:00
|
|
|
android:paddingTop="7dp"
|
|
|
|
android:paddingBottom="7dp">
|
2013-07-15 22:51:03 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|