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:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView android:id="@+id/textName"
- android:textSize="25sp"
- android:textStyle="bold"
- android:padding="5dp"
- android:textAllCaps="true"
- android:textColor="@color/white"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <TextView android:id="@+id/textCounter"
- android:textSize="20sp"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:textColor="@color/white"/>
- <Button android:id="@+id/voteButton"
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:text="@string/plus"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement