[Cleanup] Added translations, made use of resources, etc
Some cleanup, added resources for dimensions, added translations.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user