File tree Expand file tree Collapse file tree
java/com/brook/app/android/supportlibrary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
55android {
66 compileSdkVersion 28
77 defaultConfig {
8- applicationId " com.brook.app.android.supportlibrary.statelayout "
8+ applicationId " com.brook.app.android.supportlibrary"
99 minSdkVersion 15
1010 targetSdkVersion 28
1111 versionCode 1
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.brook.app.android.supportlibrary.statelayout " >
3+ package =" com.brook.app.android.supportlibrary" >
44
55 <application
66 android : allowBackup =" true"
99 android : roundIcon =" @mipmap/ic_launcher_round"
1010 android : supportsRtl =" true"
1111 android : theme =" @style/AppTheme" >
12- <activity android : name =" com.brook.app.android.supportlibrary.statelayout. MainActivity" >
12+ <activity android : name =" com.brook.app.android.supportlibrary.MainActivity" >
1313 <intent-filter >
1414 <action android : name =" android.intent.action.MAIN" />
1515
Original file line number Diff line number Diff line change 1- package com.brook.app.android.supportlibrary.statelayout
1+ package com.brook.app.android.supportlibrary
22
33import android.support.v7.app.AppCompatActivity
44import android.os.Bundle
Original file line number Diff line number Diff line change 1- package com .brook .app .android .supportlibrary . statelayout ;
1+ package com .brook .app .android .supportlibrary ;
22
33import android .support .annotation .NonNull ;
44import android .support .v7 .widget .RecyclerView ;
You can’t perform that action at this time.
0 commit comments