mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
renaming id in mangalisttiem
This commit is contained in:
parent
7605e462df
commit
86259b8ec3
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@
|
|||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
|
||||
<androidx.constraintlayout.widget.Barrier
|
||||
android:id="@+id/bottom_line"
|
||||
android:id="@+id/bottom_list_line"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="6dp"
|
||||
|
@ -115,5 +115,5 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="6dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/bottom_line" />
|
||||
app:layout_constraintTop_toBottomOf="@id/bottom_list_line" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue