mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
renaming xml view to avoid clashing with other file
This commit is contained in:
parent
259b6d56d7
commit
cb7260954a
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
android:paddingEnd="8dp"
|
||||
android:textColor="?vctr_content_primary"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintEnd_toStartOf="@id/term_policy_arrow"
|
||||
app:layout_constraintEnd_toStartOf="@id/discovery_policy_arrow"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="Integration manager" />
|
||||
|
@ -29,14 +29,14 @@
|
|||
android:paddingStart="0dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:textColor="?vctr_content_secondary"
|
||||
app:layout_constraintEnd_toStartOf="@id/term_policy_arrow"
|
||||
app:layout_constraintEnd_toStartOf="@id/discovery_policy_arrow"
|
||||
app:layout_constraintStart_toStartOf="@+id/discovery_policy_name"
|
||||
app:layout_constraintTop_toBottomOf="@+id/discovery_policy_name"
|
||||
tools:text="Use bots, bridges, widget and sticker packs." />
|
||||
|
||||
<!-- Do not use drawableEnd on the TextView because of RTL support -->
|
||||
<ImageView
|
||||
android:id="@+id/term_policy_arrow"
|
||||
android:id="@+id/discovery_policy_arrow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:importantForAccessibility="no"
|
||||
|
|
Loading…
Reference in a new issue