File tree Expand file tree Collapse file tree 4 files changed +59
-1453
lines changed Expand file tree Collapse file tree 4 files changed +59
-1453
lines changed Original file line number Diff line number Diff line change 4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
6
7
- <uses-sdk android : minSdkVersion =" 1" android : targetSdkVersion =" 14" />
7
+ <uses-sdk
8
+ android : minSdkVersion =" 1"
9
+ android : targetSdkVersion =" 14" />
8
10
9
11
<application
10
12
android : icon =" @drawable/ic_launcher"
11
13
android : label =" @string/app_name"
12
14
android : theme =" @style/Theme.Sherlock.Light.DarkActionBar" >
13
15
<activity
14
16
android : name =" .ExampleActivity"
15
- android : uiOptions = " splitActionBarWhenNarrow "
16
- android : label = " @string/app_name " >
17
+ android : label = " @string/app_name "
18
+ android : uiOptions = " splitActionBarWhenNarrow " >
17
19
<intent-filter >
18
20
<action android : name =" android.intent.action.MAIN" />
19
21
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public float getInterpolation(float t) {
127
127
128
128
private boolean mLastTouchAllowed = false ;
129
129
private int mSlidingMenuThreshold = 30 ;
130
- private CustomViewBehind2 mCustomViewBehind2 ;
130
+ private CustomViewBehind mCustomViewBehind2 ;
131
131
private boolean mEnabled = true ;
132
132
133
133
private OnPageChangeListener mOnPageChangeListener ;
@@ -791,7 +791,7 @@ public void setContent(View v) {
791
791
mContent = ii ;
792
792
}
793
793
794
- public void setCustomViewBehind2 (CustomViewBehind2 cvb ) {
794
+ public void setCustomViewBehind2 (CustomViewBehind cvb ) {
795
795
mCustomViewBehind2 = cvb ;
796
796
}
797
797
You can’t perform that action at this time.
0 commit comments