This commit is contained in:
YGRXZYGR 2024-06-09 20:41:21 +08:00
parent 0d6a0f5653
commit 2521ccab93
6 changed files with 119 additions and 0 deletions

BIN
src/main/res/drawable/j.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/main/res/drawable/k.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

BIN
src/main/res/drawable/l.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

BIN
src/main/res/drawable/m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

View File

@ -31,4 +31,13 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView3" />
<TextView
android:id="@+id/textView13"
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="#AFEEEE"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -5,6 +5,116 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
tools:context=".ToolActivity">
<TextView
android:id="@+id/textView14"
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="#AFEEEE"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/textView15"
android:layout_width="match_parent"
android:layout_height="64dp"
android:gravity="center"
android:text="日记"
android:textSize="27sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView14" />
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="64dp"
android:background="#F8F8F8"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView15">
<ImageView
android:id="@+id/imageView11"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginStart="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/j" />
<ImageView
android:id="@+id/imageView12"
android:layout_width="19dp"
android:layout_height="19dp"
android:layout_marginStart="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/imageView11"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.512"
app:srcCompat="@drawable/k" />
<TextView
android:id="@+id/textView16"
android:layout_width="65dp"
android:layout_height="20dp"
android:layout_marginTop="2dp"
android:text="TextView"
app:layout_constraintStart_toEndOf="@+id/imageView11"
app:layout_constraintTop_toTopOf="@+id/imageView11" />
<TextView
android:id="@+id/textView17"
android:layout_width="65dp"
android:layout_height="20dp"
android:layout_marginBottom="2dp"
android:text="TextView"
app:layout_constraintBottom_toBottomOf="@+id/imageView11"
app:layout_constraintStart_toEndOf="@+id/imageView11" />
<ImageView
android:id="@+id/imageView13"
android:layout_width="35dp"
android:layout_height="40dp"
android:layout_marginEnd="125dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/l" />
<ImageView
android:id="@+id/imageView16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginBottom="10dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/imageView13"
app:srcCompat="@drawable/m" />
<TextView
android:id="@+id/textView18"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginEnd="50dp"
android:text="TextView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/textView19"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:layout_marginBottom="12dp"
android:text="TextView"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/imageView16" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>