Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:background="@drawable/abc_cab_background_bottom_holo_dark"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="50"
- >
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="40"
- >
- <Space
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="2.5"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Блядович Хуячич"
- android:textSize="12sp"
- android:textColor="@color/abc_search_url_text_holo"
- android:layout_gravity="center"
- android:layout_weight="10"
- />
- <Space
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="2.5"
- />
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:src="@drawable/ic_launcher"
- android:layout_weight="70"
- />
- <Space
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="2.5"
- />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Впилиться"
- android:textSize="12sp"
- android:layout_gravity="left"
- android:layout_weight="5"
- />
- <Space
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="2.5"
- />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Выпились"
- android:textSize="12sp"
- android:layout_gravity="left"
- android:layout_weight="5"
- />
- </LinearLayout>
- <Space
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="60"
- />
- </LinearLayout>
- <Space
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="50"
- />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement