Fixed minor bug and added warning text when app does not have sufficient permissions
This commit is contained in:
parent
042b079723
commit
c8ede0d472
7 changed files with 98 additions and 25 deletions
|
@ -34,4 +34,17 @@
|
|||
app:iconGravity="textTop"
|
||||
app:iconPadding="0dp"
|
||||
app:cornerRadius="48dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/warningText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:padding="16dp"
|
||||
android:textColor="@android:color/white"
|
||||
android:background="#AAFF5252"
|
||||
android:textSize="14sp"
|
||||
android:text=""
|
||||
android:visibility="gone" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue