|
@@ -21,6 +21,7 @@
|
|
|
app:layout_constraintDimensionRatio="1080:2400"
|
|
app:layout_constraintDimensionRatio="1080:2400"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
+
|
|
|
<androidx.appcompat.widget.Toolbar
|
|
<androidx.appcompat.widget.Toolbar
|
|
|
android:id="@+id/toolbar"
|
|
android:id="@+id/toolbar"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -73,31 +74,55 @@
|
|
|
app:layout_constraintDimensionRatio="312:60"
|
|
app:layout_constraintDimensionRatio="312:60"
|
|
|
app:layout_constraintTop_toBottomOf="@id/space2" />
|
|
app:layout_constraintTop_toBottomOf="@id/space2" />
|
|
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ app:layout_constraintWidth_percent="0.0541666666666667"
|
|
|
|
|
+ android:id="@+id/iv_consumption_integration"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_setting_pro"
|
|
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_setting_pro"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_setting_pro"
|
|
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
|
|
+ app:layout_constraintDimensionRatio="59:71"
|
|
|
|
|
+ android:src="@drawable/icon_voice_consumption_integration"
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="0dp" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
- tools:text="Funny Voice AI Pro"
|
|
|
|
|
- android:text="@{settingViewModel.proName}"
|
|
|
|
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/iv_consumption_integration"
|
|
|
|
|
+ android:text="@{String.valueOf(settingViewModel.credit)}"
|
|
|
|
|
+ tools:text="10000"
|
|
|
android:id="@+id/tv_setting_pro"
|
|
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="5dp"
|
|
|
android:textColor="@color/colorPrimary"
|
|
android:textColor="@color/colorPrimary"
|
|
|
android:textSize="17sp"
|
|
android:textSize="17sp"
|
|
|
android:textStyle="bold"
|
|
android:textStyle="bold"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_setting_pro"
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_setting_pro"
|
|
|
- app:layout_constraintStart_toStartOf="@+id/view_setting_pro"
|
|
|
|
|
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: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="18dp"
|
|
|
android:src="@drawable/icon_setting_pro_arrow"
|
|
android:src="@drawable/icon_setting_pro_arrow"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_setting_pro"
|
|
app:layout_constraintBottom_toBottomOf="@+id/view_setting_pro"
|
|
|
- app:layout_constraintDimensionRatio="1:1"
|
|
|
|
|
|
|
+ app:layout_constraintDimensionRatio="21:30"
|
|
|
app:layout_constraintEnd_toEndOf="@+id/view_setting_pro"
|
|
app:layout_constraintEnd_toEndOf="@+id/view_setting_pro"
|
|
|
app:layout_constraintTop_toTopOf="@+id/view_setting_pro"
|
|
app:layout_constraintTop_toTopOf="@+id/view_setting_pro"
|
|
|
- app:layout_constraintWidth_percent="0.1" />
|
|
|
|
|
|
|
+ app:layout_constraintWidth_percent="0.0138888888888889" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_marginEnd="9dp"
|
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_setting_pro_arrow"
|
|
|
|
|
+ android:textColor="@color/colorPrimary"
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_setting_pro_arrow"
|
|
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/iv_setting_pro_arrow"
|
|
|
|
|
+ android:text="@string/setting_get_more"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<Space
|
|
<Space
|
|
|
android:id="@+id/space3"
|
|
android:id="@+id/space3"
|