|
|
|
@ -536,6 +536,21 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/ibSend"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvGithubPrivacy"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:drawableEnd="@drawable/twotone_open_in_new_12"
|
|
|
|
|
android:drawablePadding="6dp"
|
|
|
|
|
android:text="@string/title_privacy_policy"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textColor="?android:attr/textColorLink"
|
|
|
|
|
app:drawableTint="?android:attr/textColorLink"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swUpdates" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibChannelUpdated"
|
|
|
|
|
android:layout_width="24dp"
|
|
|
|
@ -544,7 +559,7 @@
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swUpdates"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvGithubPrivacy"
|
|
|
|
|
app:srcCompat="@drawable/switch_off_on" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
@ -571,6 +586,21 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swWeekly"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvBitBucketPrivacy"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="24dp"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:drawableEnd="@drawable/twotone_open_in_new_12"
|
|
|
|
|
android:drawablePadding="6dp"
|
|
|
|
|
android:text="@string/title_privacy_policy"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textColor="?android:attr/textColorLink"
|
|
|
|
|
app:drawableTint="?android:attr/textColorLink"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swBeta" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
|
android:id="@+id/swChangelog"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -579,7 +609,7 @@
|
|
|
|
|
android:text="@string/title_advanced_changelog"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/swBeta"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvBitBucketPrivacy"
|
|
|
|
|
app:switchPadding="12dp" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
|
|
@ -707,7 +737,7 @@
|
|
|
|
|
android:id="@+id/grpUpdates"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
app:constraint_referenced_ids="swUpdates,swWeekly" />
|
|
|
|
|
app:constraint_referenced_ids="swUpdates,tvGithubPrivacy,swWeekly,swBeta,tvBitBucketPrivacy" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
|
|