Changing attestation data to ArrayList
Adding PdfViewerActivity Adding providePdfUtils in Injector
This commit is contained in:
13
app/src/main/res/drawable/custom_rectangle.xml
Normal file
13
app/src/main/res/drawable/custom_rectangle.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<solid android:color="?attr/itemBackground" />
|
||||
|
||||
<corners android:radius="10dip" />
|
||||
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@android:color/white" />
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user