File tree 4 files changed +9
-6
lines changed
src/com/salesforce/androidsdk/ui
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<resources xmlns : android =" http://schemas.android.com/apk/res/android" >
4
4
5
- <style name =" SalesforceSDK" parent =" Theme.AppCompat.DayNight" >
5
+ <style name =" SalesforceSDK" parent =" Theme.AppCompat.Light.DarkActionBar" >
6
+ <item name =" colorPrimary" >@color/sf__primary_color</item >
7
+ <item name =" titleTextColor" >@color/sf__secondary_color</item >
6
8
<item name =" android:actionBarStyle" >@style/SalesforceSDKActionBar</item >
7
9
<item name =" android:colorPrimary" >@color/sf__primary_color</item >
8
10
<item name =" android:colorPrimaryDark" >@color/sf__primary_color</item >
Original file line number Diff line number Diff line change 26
26
*/
27
27
package com .salesforce .androidsdk .ui ;
28
28
29
- import android .app .Activity ;
30
29
import android .os .Bundle ;
31
30
import android .view .View ;
32
31
import android .widget .AdapterView ;
33
32
import android .widget .ListView ;
34
33
34
+ import androidx .appcompat .app .AppCompatActivity ;
35
+
35
36
import com .salesforce .androidsdk .R ;
36
37
import com .salesforce .androidsdk .accounts .UserAccount ;
37
38
import com .salesforce .androidsdk .accounts .UserAccountManager ;
46
47
*
47
48
* @author bhariharan
48
49
*/
49
- public class AccountSwitcherActivity extends Activity {
50
+ public class AccountSwitcherActivity extends AppCompatActivity {
50
51
51
52
protected UserAccountManager userAccMgr ;
52
53
Original file line number Diff line number Diff line change 26
26
*/
27
27
package com .salesforce .androidsdk .ui ;
28
28
29
- import android .app .Activity ;
30
29
import android .os .Bundle ;
31
30
import android .widget .ListView ;
32
31
import android .widget .SimpleAdapter ;
Original file line number Diff line number Diff line change 26
26
*/
27
27
package com .salesforce .androidsdk .ui ;
28
28
29
- import android .app .Activity ;
30
29
import android .app .AlertDialog ;
31
30
import android .content .DialogInterface ;
32
31
import android .os .Bundle ;
33
32
33
+ import androidx .appcompat .app .AppCompatActivity ;
34
+
34
35
import com .salesforce .androidsdk .R ;
35
36
import com .salesforce .androidsdk .app .SalesforceSDKManager ;
36
37
40
41
*
41
42
* @author bhariharan
42
43
*/
43
- public class ManageSpaceActivity extends Activity {
44
+ public class ManageSpaceActivity extends AppCompatActivity {
44
45
45
46
private AlertDialog manageSpaceDialog ;
46
47
You can’t perform that action at this time.
0 commit comments