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"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="8dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageButton
- android:id="@+id/btnDoneSubTask"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@android:color/transparent"
- android:src="@drawable/ic_done_task_24"
- app:tint="@color/design_default_color_on_secondary" />
- <TextView
- android:id="@+id/tvSubTasks"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- tools:text="@string/cari_uang_dulu" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement