button fix

This commit is contained in:
MooN 2026-02-03 22:31:42 +06:30
parent caf656be60
commit 02629279cb
99 changed files with 160 additions and 160 deletions

View File

@ -37,4 +37,4 @@
</androidx.coordinatorlayout.widget.CoordinatorLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>
</layout> </layout>

View File

@ -78,4 +78,4 @@
</androidx.drawerlayout.widget.DrawerLayout> </androidx.drawerlayout.widget.DrawerLayout>
</layout> </layout>

View File

@ -15,4 +15,4 @@
android:textColor="@color/white" android:textColor="@color/white"
android:text="@string/not_clear_cache" /> android:text="@string/not_clear_cache" />
</RelativeLayout> </RelativeLayout>

View File

@ -87,4 +87,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -17,4 +17,4 @@
app:layout_constraintRight_toRightOf="parent" app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/mobile_navigation" /> app:navGraph="@navigation/mobile_navigation" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -128,7 +128,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -139,7 +139,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -154,4 +154,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -325,4 +325,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -739,4 +739,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -109,4 +109,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -84,4 +84,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -330,4 +330,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -48,4 +48,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -93,7 +93,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -104,7 +104,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -117,4 +117,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -469,7 +469,7 @@
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<!-- Cancel Button --> <!-- Cancel Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -485,7 +485,7 @@
android:textAllCaps="false" /> android:textAllCaps="false" />
<!-- Print Button --> <!-- Print Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -503,4 +503,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -108,7 +108,7 @@
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel" android:id="@+id/btn_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -129,7 +129,7 @@
android:orientation="vertical" android:orientation="vertical"
app:layout_constraintGuide_percent="0.5" /> app:layout_constraintGuide_percent="0.5" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_confirm" android:id="@+id/btn_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -146,4 +146,4 @@
app:layout_constraintStart_toEndOf="@+id/guideline_middle" /> app:layout_constraintStart_toEndOf="@+id/guideline_middle" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -95,7 +95,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -106,7 +106,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -119,4 +119,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -157,4 +157,4 @@
app:layout_constraintBottom_toBottomOf="parent" /> app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -40,7 +40,7 @@
app:layout_constraintTop_toBottomOf="@+id/appCompatImageView" app:layout_constraintTop_toBottomOf="@+id/appCompatImageView"
tools:text="FUNCTION NOT SUPPORTED" /> tools:text="FUNCTION NOT SUPPORTED" />
<!-- <Button--> <!-- <androidx.appcompat.widget.AppCompatButton-->
<!-- android:layout_width="match_parent"--> <!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"--> <!-- android:layout_height="wrap_content"-->
<!-- android:text="@string/txt_close"--> <!-- android:text="@string/txt_close"-->
@ -53,4 +53,4 @@
<!-- app:layout_constraintStart_toStartOf="parent" />--> <!-- app:layout_constraintStart_toStartOf="parent" />-->
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -260,7 +260,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -271,7 +271,7 @@
android:textColor="@color/colorPrimary" android:textColor="@color/colorPrimary"
android:textStyle="bold"/> android:textStyle="bold"/>
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"

View File

@ -349,4 +349,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -83,7 +83,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -94,7 +94,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -106,4 +106,4 @@
android:textColor="@color/white" /> android:textColor="@color/white" />
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -152,7 +152,7 @@
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<!-- Cancel Button --> <!-- Cancel Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnCancel" android:id="@+id/btnCancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="42dp" android:layout_height="42dp"
@ -169,7 +169,7 @@
android:textAllCaps="false" /> android:textAllCaps="false" />
<!-- Confirm Button --> <!-- Confirm Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnConfirm" android:id="@+id/btnConfirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="42dp" android:layout_height="42dp"
@ -188,4 +188,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -85,7 +85,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -96,7 +96,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -502,4 +502,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -221,7 +221,7 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"> app:layout_constraintEnd_toEndOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="44dp" android:layout_height="44dp"
@ -233,7 +233,7 @@
android:textColor="@color/colorPrimary" android:textColor="@color/colorPrimary"
android:textSize="14sp" /> android:textSize="14sp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="44dp" android:layout_height="44dp"
@ -247,4 +247,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -163,7 +163,7 @@
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<!-- Cancel Button --> <!-- Cancel Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnCancel" android:id="@+id/btnCancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="48dp" android:layout_height="48dp"
@ -180,7 +180,7 @@
android:textAllCaps="false" /> android:textAllCaps="false" />
<!-- Confirm Button --> <!-- Confirm Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnConfirm" android:id="@+id/btnConfirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="48dp" android:layout_height="48dp"
@ -199,4 +199,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -211,4 +211,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -430,4 +430,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -41,4 +41,4 @@
app:lottie_loop="true" /> app:lottie_loop="true" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -89,4 +89,4 @@
tools:text="Sending Reversal" /> tools:text="Sending Reversal" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -44,4 +44,4 @@
app:lottie_loop="true" /> app:lottie_loop="true" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -25,4 +25,4 @@
<!-- android:padding="16dp"--> <!-- android:padding="16dp"-->
<!-- android:visibility="@{vm.refundList.size() == 0 ? View.VISIBLE : View.GONE}" />--> <!-- android:visibility="@{vm.refundList.size() == 0 ? View.VISIBLE : View.GONE}" />-->
</FrameLayout> </FrameLayout>
</layout> </layout>

View File

@ -43,4 +43,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -37,4 +37,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -141,7 +141,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel_cancel" android:id="@+id/btn_cancel_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -152,7 +152,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_refund_confirm" android:id="@+id/btn_refund_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -163,7 +163,7 @@
android:text="@string/layout_confirm" android:text="@string/layout_confirm"
android:textColor="@color/white" /> android:textColor="@color/white" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_refund_scan" android:id="@+id/btn_refund_scan"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -175,4 +175,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -323,7 +323,7 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/error_message"> app:layout_constraintTop_toBottomOf="@+id/error_message">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel" android:id="@+id/btn_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -335,7 +335,7 @@
android:textColor="@color/colorPrimary" android:textColor="@color/colorPrimary"
android:textSize="16sp" /> android:textSize="16sp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_confirm" android:id="@+id/btn_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -350,4 +350,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView> </ScrollView>
</layout> </layout>

View File

@ -41,4 +41,4 @@
app:lottie_loop="true" /> app:lottie_loop="true" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -319,7 +319,7 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/error_message"> app:layout_constraintTop_toBottomOf="@+id/error_message">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel" android:id="@+id/btn_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -331,7 +331,7 @@
android:textColor="@color/colorPrimary" android:textColor="@color/colorPrimary"
android:textSize="16sp" /> android:textSize="16sp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_confirm" android:id="@+id/btn_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -346,4 +346,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView> </ScrollView>
</layout> </layout>

View File

@ -264,7 +264,7 @@
android:paddingEnd="8dp" android:paddingEnd="8dp"
android:visibility="@{manageViewModel.detailReportBottomLayoutVisibility}"> android:visibility="@{manageViewModel.detailReportBottomLayoutVisibility}">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_qr_settlement_cancel" android:id="@+id/btn_qr_settlement_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -275,7 +275,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_qr_settlement_confirm" android:id="@+id/btn_qr_settlement_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -290,4 +290,4 @@
</RelativeLayout> </RelativeLayout>
</layout> </layout>

View File

@ -187,4 +187,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout> </LinearLayout>
</layout> </layout>

View File

@ -56,7 +56,7 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/confirm_button" android:id="@+id/confirm_button"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -72,4 +72,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -272,7 +272,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true"> android:focusable="true">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
@ -296,7 +296,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true"> android:focusable="true">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_rounded_btn_cv" android:background="@drawable/bg_rounded_btn_cv"
@ -312,4 +312,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -367,7 +367,7 @@
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<!-- Cancel Button --> <!-- Cancel Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="52dp" android:layout_height="52dp"
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
@ -384,4 +384,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -238,7 +238,7 @@
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<!-- Cancel Button --> <!-- Cancel Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="52dp" android:layout_height="52dp"
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
@ -255,4 +255,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -32,7 +32,7 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_card_settlement" android:id="@+id/btn_card_settlement"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="60dp" android:layout_height="60dp"
@ -44,7 +44,7 @@
android:textSize="16sp" android:textSize="16sp"
app:cornerRadius="8dp" /> app:cornerRadius="8dp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_qr_settlement" android:id="@+id/btn_qr_settlement"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="60dp" android:layout_height="60dp"
@ -56,7 +56,7 @@
android:textSize="16sp" android:textSize="16sp"
app:cornerRadius="8dp" /> app:cornerRadius="8dp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel" android:id="@+id/btn_cancel"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="60dp" android:layout_height="60dp"
@ -71,4 +71,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -1128,4 +1128,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -173,4 +173,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -239,7 +239,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true"> android:focusable="true">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_rounded_btn_cancel_cv" android:background="@drawable/bg_rounded_btn_cancel_cv"
@ -264,7 +264,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true"> android:focusable="true">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_rounded_btn_cv" android:background="@drawable/bg_rounded_btn_cv"
@ -282,4 +282,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -42,4 +42,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -238,4 +238,4 @@
<!-- </LinearLayout>--> <!-- </LinearLayout>-->
<!-- </ScrollView>--> <!-- </ScrollView>-->
</layout> </layout>

View File

@ -37,4 +37,4 @@
app:lottie_fileName="lottie_timeout.json" app:lottie_fileName="lottie_timeout.json"
app:lottie_loop="true" /> app:lottie_loop="true" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -99,7 +99,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -110,7 +110,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -125,4 +125,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -214,7 +214,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -225,7 +225,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -240,4 +240,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -49,4 +49,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -526,7 +526,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal"> android:orientation="horizontal">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -541,7 +541,7 @@
android:elevation="2dp" android:elevation="2dp"
android:textAllCaps="false" /> android:textAllCaps="false" />
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -567,7 +567,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal"> android:orientation="horizontal">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -582,7 +582,7 @@
android:elevation="2dp" android:elevation="2dp"
android:textAllCaps="false" /> android:textAllCaps="false" />
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -606,7 +606,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal"> android:orientation="horizontal">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="52dp" android:layout_height="52dp"
android:text="@string/layout_close" android:text="@string/layout_close"
@ -625,4 +625,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -40,4 +40,4 @@
app:layout_constraintTop_toBottomOf="@+id/lav_no_trans" /> app:layout_constraintTop_toBottomOf="@+id/lav_no_trans" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -228,4 +228,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -50,4 +50,4 @@
app:layout_constraintTop_toBottomOf="@+id/textView19" app:layout_constraintTop_toBottomOf="@+id/textView19"
tools:text="0200123123123123123\nlbah blah blah" /> tools:text="0200123123123123123\nlbah blah blah" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -80,7 +80,7 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -91,7 +91,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -106,4 +106,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -136,7 +136,7 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
<!-- Search Button --> <!-- Search Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="56dp" android:layout_height="56dp"
android:paddingHorizontal="20dp" android:paddingHorizontal="20dp"
@ -228,4 +228,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -33,7 +33,7 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_start_date" android:id="@+id/btn_start_date"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -50,7 +50,7 @@
android:text="@string/txt_minus" android:text="@string/txt_minus"
android:textSize="20sp" /> android:textSize="20sp" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_end_date" android:id="@+id/btn_end_date"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -59,7 +59,7 @@
android:layout_weight="2" android:layout_weight="2"
android:text="@string/txt_end_date" /> android:text="@string/txt_end_date" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -120,4 +120,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -556,7 +556,7 @@
android:textAllCaps="false" /> android:textAllCaps="false" />
<!-- Print Button --> <!-- Print Button -->
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="52dp" android:layout_height="52dp"
android:layout_weight="1" android:layout_weight="1"
@ -575,4 +575,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -217,4 +217,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -280,7 +280,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"> app:layout_constraintStart_toStartOf="parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_cancel" android:id="@+id/btn_amount_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -291,7 +291,7 @@
android:text="@string/layout_cancel" android:text="@string/layout_cancel"
android:textColor="@color/colorPrimary" /> android:textColor="@color/colorPrimary" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_amount_confirm" android:id="@+id/btn_amount_confirm"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -307,4 +307,4 @@
</LinearLayout> </LinearLayout>
</layout> </layout>

View File

@ -25,4 +25,4 @@
android:textSize="20sp" /> android:textSize="20sp" />
</RelativeLayout> </RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -157,4 +157,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -66,4 +66,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -156,4 +156,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -126,4 +126,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -59,4 +59,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -83,4 +83,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -138,4 +138,4 @@
android:layout_marginTop="4dp" /> android:layout_marginTop="4dp" />
</LinearLayout> </LinearLayout>
</layout> </layout>

View File

@ -131,4 +131,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -162,4 +162,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -123,4 +123,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
</layout> </layout>

View File

@ -50,4 +50,4 @@
android:src="@drawable/ic_right_arrow" /> android:src="@drawable/ic_right_arrow" />
</LinearLayout> </LinearLayout>
</layout> </layout>

View File

@ -54,4 +54,4 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
<!--</androidx.constraintlayout.widget.ConstraintLayout>--> <!--</androidx.constraintlayout.widget.ConstraintLayout>-->
</layout> </layout>

View File

@ -17,4 +17,4 @@
android:textColor="@color/colorTextTitle" android:textColor="@color/colorTextTitle"
android:textSize="16sp" /> android:textSize="16sp" />
</LinearLayout> </LinearLayout>

View File

@ -47,4 +47,4 @@
android:src="@drawable/ic_right_arrow" /> android:src="@drawable/ic_right_arrow" />
</LinearLayout> </LinearLayout>
</layout> </layout>

View File

@ -103,4 +103,4 @@
</LinearLayout> </LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -608,4 +608,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -819,4 +819,4 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</layout> </layout>

View File

@ -69,4 +69,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -17,4 +17,4 @@
android:textStyle="bold" android:textStyle="bold"
android:layout_marginBottom="12dp" /> android:layout_marginBottom="12dp" />
</LinearLayout> </LinearLayout>

View File

@ -71,4 +71,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -45,4 +45,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -45,4 +45,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -57,4 +57,4 @@ tools:ignore="MissingDefaultResource">
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -45,4 +45,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -36,4 +36,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -51,7 +51,7 @@
android:paddingStart="8dp" android:paddingStart="8dp"
android:paddingEnd="8dp"> android:paddingEnd="8dp">
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_cancel" android:id="@+id/btn_cancel"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="30dp" android:layout_height="30dp"
@ -61,7 +61,7 @@
android:text="@string/btn_txt_cancel" android:text="@string/btn_txt_cancel"
android:textColor="@color/smilePrimaryColor" /> android:textColor="@color/smilePrimaryColor" />
<Button <androidx.appcompat.widget.AppCompatButton
android:id="@+id/btn_retry" android:id="@+id/btn_retry"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="30dp" android:layout_height="30dp"
@ -73,4 +73,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -45,4 +45,4 @@
</LinearLayout> </LinearLayout>
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>

View File

@ -9,4 +9,4 @@
> >
</TextView> </TextView>

View File

@ -12,4 +12,4 @@
android:layout_height="20dp" android:layout_height="20dp"
android:src="@drawable/keyborad_clean" /> android:src="@drawable/keyborad_clean" />
</RelativeLayout> </RelativeLayout>

View File

@ -13,4 +13,4 @@
android:layout_height="26dp" android:layout_height="26dp"
android:src="@drawable/calculator_keyborad_del" /> android:src="@drawable/calculator_keyborad_del" />
</RelativeLayout> </RelativeLayout>

View File

@ -170,4 +170,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@ -3,7 +3,7 @@
android:orientation="vertical" android:layout_width="match_parent" android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<Button <androidx.appcompat.widget.AppCompatButton
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Click" android:text="Click"
@ -11,4 +11,4 @@
android:layout_centerInParent="true"/> android:layout_centerInParent="true"/>
</RelativeLayout> </RelativeLayout>

View File

@ -18,4 +18,4 @@
android:textColor="@color/colorTextContent" android:textColor="@color/colorTextContent"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>

View File

@ -303,4 +303,4 @@
<!-- </LinearLayout>--> <!-- </LinearLayout>-->
</LinearLayout> </LinearLayout>