Thứ Ba, 21 tháng 8, 2018

Mod Lịch Lên Tab Cực Dễ By BM Trung Hiếu

Mod Lịch Lên Tab Cực Dễ By BM Trung Hiếu


B1: tạo một file tên bất kì tại res/layout VD: lich.xml
dán code này vào file xml đó
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <DatePicker android:layout_gravity="center_horizontal" android:id="@+id/date_picker" android:layout_width="wrap_content" android:layout_height="wrap_content" android:calendarViewShown="false" />
</FrameLayout>
B2: Đặt code này vào tab trống.
<include layout="@layout/lich" />
~ Nguồn : App UI Design 😂😂 By BM Trung Hiếu