|
@@ -74,10 +74,12 @@
|
|
|
app:layout_constraintTop_toBottomOf="@id/space2" />
|
|
app:layout_constraintTop_toBottomOf="@id/space2" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
|
+ tools:text="Funny Voice AI Pro"
|
|
|
|
|
+ android:text="@{settingViewModel.proName}"
|
|
|
|
|
+ android:id="@+id/tv_setting_pro"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginStart="20dp"
|
|
|
- android:text="@string/setting_app_name_pro"
|
|
|
|
|
android:textColor="@color/colorPrimary"
|
|
android:textColor="@color/colorPrimary"
|
|
|
android:textSize="17sp"
|
|
android:textSize="17sp"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
@@ -86,6 +88,7 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_setting_pro" />
|
|
app:layout_constraintTop_toTopOf="@+id/view_setting_pro" />
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_setting_pro_arrow"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
android:layout_marginEnd="20dp"
|
|
android:layout_marginEnd="20dp"
|
|
@@ -103,6 +106,12 @@
|
|
|
app:layout_constraintDimensionRatio="360:22"
|
|
app:layout_constraintDimensionRatio="360:22"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_setting_pro" />
|
|
app:layout_constraintTop_toBottomOf="@+id/view_setting_pro" />
|
|
|
|
|
|
|
|
|
|
+ <androidx.constraintlayout.widget.Group
|
|
|
|
|
+ isGone="@{settingViewModel.isMember}"
|
|
|
|
|
+ app:constraint_referenced_ids="view_setting_pro,tv_setting_pro,iv_setting_pro_arrow"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
|
+
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|