up
This commit is contained in:
parent
476e1d9eaa
commit
5509bf4349
@ -14,6 +14,15 @@
|
|||||||
android:id="@+id/qrRvHistory"
|
android:id="@+id/qrRvHistory"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent" />
|
||||||
|
<!-- No Data Message -->
|
||||||
|
<!-- <TextView-->
|
||||||
|
<!-- android:id="@+id/tvNoData"-->
|
||||||
|
<!-- android:layout_width="match_parent"-->
|
||||||
|
<!-- android:layout_height="match_parent"-->
|
||||||
|
<!-- android:gravity="center"-->
|
||||||
|
<!-- android:text="No history available"-->
|
||||||
|
<!-- android:textSize="18sp"-->
|
||||||
|
<!-- android:padding="16dp"-->
|
||||||
|
<!-- android:visibility="@{vm.refundList.size() == 0 ? View.VISIBLE : View.GONE}" />-->
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
</layout>
|
</layout>
|
||||||
@ -8,8 +8,8 @@
|
|||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
|
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
|
||||||
# Force Gradle to use system Java instead of Android Studio's JBR
|
# Force Gradle to use system Java instead of Android Studio's JBR
|
||||||
org.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
|
#org.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home
|
||||||
#org.gradle.java.home=C:\\Program Files\\Microsoft\\jdk-17.0.16.8-hotspot
|
org.gradle.java.home=C:\\Program Files\\Microsoft\\jdk-17.0.16.8-hotspot
|
||||||
|
|
||||||
# Enable parallel builds and configure cache
|
# Enable parallel builds and configure cache
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user