Module json add changelog

This commit is contained in:
vvb2060
2022-01-21 23:52:42 +08:00
committed by John Wu
parent 691e41e22e
commit bf8b74e996
62 changed files with 183 additions and 447 deletions
@@ -223,11 +223,11 @@
<com.google.android.material.card.MaterialCardView
style="@style/WidgetFoundation.Card"
gone="@{viewModel.notes.empty}"
gone="@{viewModel.notes.length == 0}"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/l1"
android:layout_marginStart="@dimen/l1"
android:layout_marginTop="@dimen/l1"
android:layout_marginEnd="@dimen/l1"
android:focusable="false">
@@ -237,8 +237,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="15dp"
android:breakStrategy="simple"
android:hyphenationFrequency="none"
android:textAppearance="@style/AppearanceFoundation.Caption"
android:visibility="gone"
tools:ignore="UnusedAttribute"
tools:maxLines="5"
tools:text="@tools:sample/lorem/random"
tools:visibility="visible" />
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -9,7 +10,10 @@
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:breakStrategy="simple"
android:hyphenationFrequency="none"
android:paddingTop="10dp"
android:textAppearance="@style/AppearanceFoundation.Caption" />
android:textAppearance="@style/AppearanceFoundation.Caption"
tools:ignore="UnusedAttribute" />
</ScrollView>
</ScrollView>