Permission handling Library ,Espresso and Validation Attributes Added

This commit is contained in:
developerraman
2021-01-28 16:39:46 +05:30
parent f97f15309f
commit 46feddd88f
10 changed files with 280 additions and 73 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".crash">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/gg"
/>
</LinearLayout>