Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
Circle images on Android 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DVDAndroid committed Oct 20, 2016
1 parent 79ce03f commit ae71503
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'

ext {
VERSION_DATE = '16/10/16'
SUPPORT_LIBRARY_VERSION = '24.2.1'
BUILD_TOOLS = "24.0.3"
SUPPORT_LIBRARY_VERSION = '25.0.0'
BUILD_TOOLS = "25.0.0"
}

android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion BUILD_TOOLS

lintOptions {
Expand Down
10 changes: 8 additions & 2 deletions app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="de.robv.android.xposed.installer"
<manifest xmlns:tools="http://schemas.android.com/tools"
package="de.robv.android.xposed.installer"
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
Expand All @@ -13,7 +14,9 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.XposedInstaller.Light">
android:theme="@style/Theme.XposedInstaller.Light"
tools:targetApi="n_mr1"
tools:ignore="ManifestResource">
<activity
android:name=".WelcomeActivity"
android:configChanges="orientation|screenSize"
Expand All @@ -27,6 +30,7 @@
<activity-alias
android:name=".WelcomeActivity-dvdandroid"
android:enabled="true"
android:roundIcon="@mipmap/circle_ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:targetActivity=".WelcomeActivity">
Expand All @@ -39,6 +43,7 @@
<activity-alias
android:name=".WelcomeActivity-hjmodi"
android:enabled="false"
android:roundIcon="@mipmap/circle_ic_launcher_hjmodi"
android:icon="@mipmap/ic_launcher_hjmodi"
android:label="@string/app_name"
android:targetActivity=".WelcomeActivity">
Expand All @@ -51,6 +56,7 @@
<activity-alias
android:name=".WelcomeActivity-rovo"
android:enabled="false"
android:roundIcon="@mipmap/circle_ic_launcher_rovo"
android:icon="@mipmap/ic_launcher_rovo"
android:label="@string/app_name"
android:targetActivity=".WelcomeActivity">
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.2'
}
}

Expand Down

0 comments on commit ae71503

Please sign in to comment.