[Cleanup] Added translations, made use of resources, etc

Some cleanup, added resources for dimensions, added
translations.
This commit is contained in:
Alexander Dörflinger
2025-04-01 10:43:30 +02:00
parent ed2693236c
commit 10d4b5c117
20 changed files with 1061 additions and 41 deletions

View File

@@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/active_share_container"
android:layout_width="match_parent"
android:layout_height="75dp"
android:layout_height="@dimen/share_location_active_share_container_height"
app:layout_constraintTop_toTopOf="parent">
<TextView
@@ -29,7 +29,6 @@
android:scrollbars="horizontal"
android:visibility="gone"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.fragment.app.FragmentContainerView
@@ -56,8 +55,8 @@
<ImageView
android:id="@+id/share_location_info_user_icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="@dimen/share_location_currently_following_picture_width"
android:layout_height="@dimen/share_location_currently_following_picture_height"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>