mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-23 21:50:10 +03:00
some fixes
This commit is contained in:
parent
4b8563fe7e
commit
c001b83fb4
3 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@id/media3_container"
|
app:layout_constraintStart_toEndOf="@id/media3_container"
|
||||||
app:layout_constraintTop_toBottomOf="@id/media2_container" />
|
app:layout_constraintTop_toBottomOf="@id/media1_container" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:id="@+id/more_media"
|
android:id="@+id/more_media"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="translator_domain">Translator domain</string>
|
|
||||||
</resources>
|
</resources>
|
|
@ -1901,4 +1901,6 @@
|
||||||
<string name="tags_deleted">The tag has been removed!</string>
|
<string name="tags_deleted">The tag has been removed!</string>
|
||||||
<string name="tags_stored">he tag has been stored!</string>
|
<string name="tags_stored">he tag has been stored!</string>
|
||||||
<string name="manage_tags">Manage tags</string>
|
<string name="manage_tags">Manage tags</string>
|
||||||
|
|
||||||
|
<string name="translator_domain">Translator domain</string>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue