mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Format layout.
This commit is contained in:
parent
2f94b80c42
commit
32f1a660f5
1 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,9 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/bg_current_session"
|
android:background="@drawable/bg_current_session"
|
||||||
android:padding="16dp">
|
android:paddingHorizontal="16dp"
|
||||||
|
android:paddingTop="16dp"
|
||||||
|
android:paddingBottom="8dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/recommendationShieldImageView"
|
android:id="@+id/recommendationShieldImageView"
|
||||||
|
@ -35,8 +37,8 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
app:layout_constraintStart_toStartOf="@id/recommendationTitleTextView"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
app:layout_constraintStart_toStartOf="@id/recommendationTitleTextView"
|
||||||
app:layout_constraintTop_toBottomOf="@id/recommendationTitleTextView"
|
app:layout_constraintTop_toBottomOf="@id/recommendationTitleTextView"
|
||||||
tools:text="@string/device_manager_unverified_sessions_description" />
|
tools:text="@string/device_manager_unverified_sessions_description" />
|
||||||
|
|
||||||
|
@ -47,8 +49,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
android:text="@string/device_manager_other_sessions_view_all"
|
||||||
app:layout_constraintStart_toStartOf="@id/recommendationTitleTextView"
|
app:layout_constraintStart_toStartOf="@id/recommendationTitleTextView"
|
||||||
app:layout_constraintTop_toBottomOf="@id/recommendationDescriptionTextView"
|
app:layout_constraintTop_toBottomOf="@id/recommendationDescriptionTextView" />
|
||||||
android:text="@string/device_manager_other_sessions_view_all" />
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue