... | @@ -60,6 +60,22 @@ http://git.iptelephony.revesoft.com/ifta/MaterialBrandingFiles |
... | @@ -60,6 +60,22 @@ http://git.iptelephony.revesoft.com/ifta/MaterialBrandingFiles |
|
|
|
|
|
clone this repository to a empty folder. Copy all files to your values folder
|
|
clone this repository to a empty folder. Copy all files to your values folder
|
|
|
|
|
|
|
|
Apply `BrandLight` theme in your application in your android manifest
|
|
|
|
|
|
|
|
```
|
|
|
|
<application
|
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:name=".BaseApplication"
|
|
|
|
tools:replace="android:allowBackup,android:theme,android:roundIcon"
|
|
|
|
android:theme="@style/BrandLight">
|
|
|
|
....
|
|
|
|
....
|
|
|
|
</application>
|
|
|
|
```
|
|
|
|
|
|
**Step 2 :** Add the following packaging option in your build.gradle file under android.
|
|
**Step 2 :** Add the following packaging option in your build.gradle file under android.
|
|
```
|
|
```
|
... | | ... | |