This commit is contained in:
ZhanGSKen
2025-05-05 15:43:41 +08:00
parent 2f2512cd76
commit 466e061aa8
10 changed files with 380 additions and 233 deletions

View File

@@ -22,7 +22,8 @@
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:padding="10dp">
<Switch
android:layout_width="match_parent"
@@ -33,6 +34,38 @@
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<cc.winboll.studio.timestamp.views.TimeStampView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp">
<EditText
android:layout_width="0dp"
android:ems="10"
android:layout_height="wrap_content"
android:id="@+id/et_timestampformatstring"
android:layout_weight="1.0"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Save Format"
android:id="@+id/btn_saveformatstring"/>
</LinearLayout>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"