2016-08-23 09:39:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-02-02 10:06:13 +00:00
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-09-28 10:05:55 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/swipeRefreshLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2017-01-26 19:32:15 +00:00
|
|
|
<ScrollView
|
2016-09-30 10:22:43 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:orientation="vertical">
|
2016-08-23 09:39:18 +00:00
|
|
|
|
2016-09-28 10:05:55 +00:00
|
|
|
<LinearLayout
|
2019-01-28 19:24:52 +00:00
|
|
|
android:id="@+id/linearLayout"
|
2016-08-23 09:39:18 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2016-09-28 10:05:55 +00:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
style="?attr/cardStyle"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginEnd="5dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginBottom="4dp"
|
|
|
|
app:cardCornerRadius="@dimen/card_corner_radius"
|
|
|
|
app:cardElevation="@dimen/card_elevation">
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:layout_marginBottom="5dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/icon"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/app_name"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/app_name"
|
|
|
|
app:layout_constraintHorizontal_bias="0.42"
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/app_name"
|
|
|
|
app:srcCompat="@drawable/ic_logo" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/app_name"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:paddingTop="10dp"
|
|
|
|
android:paddingBottom="10dp"
|
|
|
|
android:text="@string/app_name"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Headline"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/icon"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:id="@+id/install_option_card"
|
|
|
|
style="?attr/cardStyle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginEnd="5dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginBottom="4dp"
|
2019-02-03 10:16:29 +00:00
|
|
|
android:visibility="gone"
|
2019-02-01 09:39:54 +00:00
|
|
|
app:cardCornerRadius="@dimen/card_corner_radius"
|
|
|
|
app:cardElevation="@dimen/card_elevation">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingTop="10dp"
|
|
|
|
android:paddingBottom="10dp">
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:text="@string/advanced_settings_title"
|
|
|
|
android:textStyle="bold"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/arrow"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:tint="?attr/imageColorTint"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/title"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:srcCompat="@drawable/ic_arrow" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/install_option_expand"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/keep_force_enc"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="50dp"
|
|
|
|
android:layout_marginEnd="50dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:text="@string/keep_force_encryption" />
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/keep_verity"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="50dp"
|
|
|
|
android:layout_marginEnd="50dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:text="@string/keep_dm_verity" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
<androidx.cardview.widget.CardView
|
2017-05-23 08:51:23 +00:00
|
|
|
android:id="@+id/safetyNet_card"
|
2017-05-19 19:04:14 +00:00
|
|
|
style="?attr/cardStyle"
|
2016-08-23 09:39:18 +00:00
|
|
|
android:layout_width="match_parent"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_height="wrap_content"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginEnd="5dp"
|
2019-01-28 19:24:52 +00:00
|
|
|
android:layout_marginBottom="4dp"
|
2017-05-19 19:04:14 +00:00
|
|
|
app:cardCornerRadius="@dimen/card_corner_radius"
|
|
|
|
app:cardElevation="@dimen/card_elevation">
|
2016-09-28 10:05:55 +00:00
|
|
|
|
|
|
|
<LinearLayout
|
2016-08-23 09:39:18 +00:00
|
|
|
android:layout_width="match_parent"
|
2016-09-28 10:05:55 +00:00
|
|
|
android:layout_height="wrap_content"
|
2016-08-23 09:39:18 +00:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
2019-01-30 22:11:03 +00:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2016-09-28 10:05:55 +00:00
|
|
|
android:layout_width="match_parent"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/sn_logo"
|
|
|
|
android:layout_width="30dp"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:layout_marginEnd="24dp"
|
|
|
|
android:layout_marginBottom="12dp"
|
|
|
|
android:tint="@color/green500"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/safetyNet_status"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:srcCompat="@drawable/ic_safetynet" />
|
|
|
|
|
2019-02-03 08:54:57 +00:00
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
android:id="@+id/sn_status_start"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
app:layout_constraintGuide_percent="0.25" />
|
|
|
|
|
2019-01-30 22:11:03 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/safetyNet_status"
|
2019-02-03 08:54:57 +00:00
|
|
|
android:layout_width="0dp"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
2019-02-03 08:54:57 +00:00
|
|
|
android:maxLines="1"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:minWidth="200dp"
|
|
|
|
android:text="@string/safetyNet_check_text"
|
|
|
|
android:textStyle="bold"
|
2019-02-03 08:54:57 +00:00
|
|
|
app:autoSizeMaxTextSize="14sp"
|
|
|
|
app:autoSizeTextType="uniform"
|
2019-01-30 22:11:03 +00:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
2019-02-03 08:54:57 +00:00
|
|
|
app:layout_constraintEnd_toStartOf="@+id/sn_status_end"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/sn_status_start"
|
2019-01-30 22:11:03 +00:00
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2016-09-28 10:05:55 +00:00
|
|
|
|
2019-02-03 08:54:57 +00:00
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
android:id="@+id/sn_status_end"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
app:layout_constraintGuide_percent="0.75" />
|
|
|
|
|
2016-09-28 10:05:55 +00:00
|
|
|
<ImageView
|
2017-05-19 19:04:14 +00:00
|
|
|
android:id="@+id/safetyNet_refresh"
|
|
|
|
android:layout_width="25dp"
|
|
|
|
android:layout_height="25dp"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:layout_marginStart="24dp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/safetyNet_status"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2018-12-27 09:28:06 +00:00
|
|
|
app:srcCompat="@drawable/ic_refresh" />
|
2016-09-28 10:05:55 +00:00
|
|
|
|
|
|
|
<ProgressBar
|
2016-12-24 19:05:22 +00:00
|
|
|
android:id="@+id/safetyNet_check_progress"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/safetyNet_refresh"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/safetyNet_refresh"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/safetyNet_refresh"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/safetyNet_refresh" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:id="@+id/safetyNet_expand"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingBottom="10dp">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/cts_status_icon"
|
2017-05-19 19:04:14 +00:00
|
|
|
android:layout_width="25dp"
|
|
|
|
android:layout_height="25dp"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/cts_status"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/cts_status"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/cts_status" />
|
2017-05-19 19:04:14 +00:00
|
|
|
|
|
|
|
<TextView
|
2019-01-30 22:11:03 +00:00
|
|
|
android:id="@+id/cts_status"
|
|
|
|
android:layout_width="0dp"
|
2016-09-28 10:05:55 +00:00
|
|
|
android:layout_height="wrap_content"
|
2017-05-19 19:04:14 +00:00
|
|
|
android:padding="6dp"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:textStyle="bold"
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/basic_status"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/basic_status"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2017-05-19 19:04:14 +00:00
|
|
|
|
2019-01-30 22:11:03 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/basic_status_icon"
|
|
|
|
android:layout_width="25dp"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/basic_status"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/basic_status"
|
2019-02-03 08:54:57 +00:00
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2019-01-30 22:11:03 +00:00
|
|
|
app:layout_constraintTop_toTopOf="@+id/basic_status" />
|
2017-05-19 19:04:14 +00:00
|
|
|
|
2019-01-30 22:11:03 +00:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/basic_status"
|
|
|
|
android:layout_width="wrap_content"
|
2017-05-19 19:04:14 +00:00
|
|
|
android:layout_height="wrap_content"
|
2019-02-03 08:54:57 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-01-30 22:11:03 +00:00
|
|
|
android:padding="6dp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2019-02-03 08:54:57 +00:00
|
|
|
app:layout_constraintHorizontal_bias="0.5"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/basic_status_icon"
|
2019-01-30 22:11:03 +00:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/cts_status" />
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2016-08-23 09:39:18 +00:00
|
|
|
|
2016-09-28 10:05:55 +00:00
|
|
|
</LinearLayout>
|
2016-08-23 09:39:18 +00:00
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
</androidx.cardview.widget.CardView>
|
2016-08-23 09:39:18 +00:00
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
<androidx.cardview.widget.CardView
|
2017-05-21 04:16:38 +00:00
|
|
|
style="?attr/cardStyle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginEnd="5dp"
|
2019-01-28 19:24:52 +00:00
|
|
|
android:layout_marginBottom="4dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
app:cardCornerRadius="@dimen/card_corner_radius"
|
|
|
|
app:cardElevation="@dimen/card_elevation">
|
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_width="match_parent"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_height="wrap_content">
|
2017-05-21 04:16:38 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/paypal"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:background="?android:attr/selectableItemBackground"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="horizontal"
|
2019-02-01 09:39:54 +00:00
|
|
|
app:layout_constraintEnd_toStartOf="@+id/patreon"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:tint="?attr/imageColorTint"
|
|
|
|
app:srcCompat="@drawable/ic_paypal" />
|
2017-05-21 04:16:38 +00:00
|
|
|
|
2019-02-01 05:36:13 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_margin="5dp"
|
|
|
|
android:text="PayPal"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/patreon"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:background="?android:attr/selectableItemBackground"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="horizontal"
|
2019-02-01 09:39:54 +00:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/paypal"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
2019-02-01 05:36:13 +00:00
|
|
|
|
|
|
|
<ImageView
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:tint="?attr/imageColorTint"
|
|
|
|
app:srcCompat="@drawable/ic_patreon" />
|
|
|
|
|
|
|
|
<TextView
|
2019-02-01 05:36:13 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
android:text="Patreon"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/twitter"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/github"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/paypal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_margin="10dp"
|
2019-02-01 05:36:13 +00:00
|
|
|
android:tint="?attr/imageColorTint"
|
2019-02-01 09:39:54 +00:00
|
|
|
app:srcCompat="@drawable/ic_twitter" />
|
2019-02-01 05:36:13 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
</FrameLayout>
|
2019-02-01 05:36:13 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/github"
|
|
|
|
android:layout_width="0dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_height="wrap_content"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/xda"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/twitter">
|
2019-02-01 05:36:13 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:tint="?attr/imageColorTint"
|
|
|
|
app:srcCompat="@drawable/ic_github" />
|
2019-02-01 05:36:13 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
</FrameLayout>
|
2019-02-01 05:36:13 +00:00
|
|
|
|
2019-02-01 09:39:54 +00:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/xda"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@id/github">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
2019-02-02 10:06:13 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:tint="?attr/imageColorTint"
|
|
|
|
app:srcCompat="@drawable/ic_xda" />
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2017-05-21 04:16:38 +00:00
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
</androidx.cardview.widget.CardView>
|
2017-05-21 04:16:38 +00:00
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
<androidx.cardview.widget.CardView
|
2017-05-21 04:16:38 +00:00
|
|
|
android:id="@+id/uninstall_button"
|
|
|
|
style="?attr/cardStyle"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginStart="5dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:layout_marginTop="4dp"
|
2019-02-12 21:58:05 +00:00
|
|
|
android:layout_marginEnd="5dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginBottom="4dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:clickable="true"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:focusable="true"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:foreground="?android:attr/selectableItemBackground"
|
|
|
|
app:cardCornerRadius="@dimen/card_corner_radius"
|
2019-02-01 09:39:54 +00:00
|
|
|
app:cardElevation="@dimen/card_elevation">
|
2017-05-21 04:16:38 +00:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="10dp"
|
2019-02-01 09:39:54 +00:00
|
|
|
android:layout_marginBottom="10dp"
|
2017-05-21 04:16:38 +00:00
|
|
|
android:ems="10"
|
|
|
|
android:fontFamily="sans-serif"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/uninstall"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
</androidx.cardview.widget.CardView>
|
2017-05-21 04:16:38 +00:00
|
|
|
|
2016-09-28 10:05:55 +00:00
|
|
|
</LinearLayout>
|
2016-08-27 19:52:03 +00:00
|
|
|
|
2016-09-28 10:05:55 +00:00
|
|
|
</ScrollView>
|
2016-08-23 09:39:18 +00:00
|
|
|
|
2018-09-10 06:27:45 +00:00
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|