mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-25 18:40:57 +00:00
Update Gradle
This commit is contained in:
parent
3927ddec3e
commit
4198ca3bb7
5 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.beemdevelopment.aegis">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
||||
|
@ -25,7 +24,8 @@
|
|||
android:label="Aegis"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Aegis.Launch"
|
||||
tools:replace="android:theme">
|
||||
tools:replace="android:theme"
|
||||
tools:targetApi="s">
|
||||
<activity android:name=".ui.TransferEntriesActivity"
|
||||
android:label="@string/title_activity_transfer" />
|
||||
<activity
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package com.beemdevelopment.aegis.ui.views;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import android.content.res.TypedArray;
|
||||
import android.util.AttributeSet;
|
||||
|
@ -30,6 +31,7 @@ public class IconRecyclerView extends RecyclerView {
|
|||
init(context, attrs);
|
||||
}
|
||||
|
||||
@SuppressLint("ResourceType")
|
||||
private void init(Context context, AttributeSet attrs) {
|
||||
if (attrs != null) {
|
||||
int[] attrsArray = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue