TabLayout

This commit is contained in:
serso
2016-02-21 20:53:47 +01:00
parent 65fb876c5e
commit b4ca63a39e
29 changed files with 407 additions and 462 deletions

View File

@@ -44,10 +44,6 @@ public class PreferencesActivity extends BaseActivity implements SharedPreferenc
@Inject
Products products;
public PreferencesActivity() {
super(R.layout.main_empty);
}
@Nonnull
static SparseArray<PrefDef> getPreferences() {
return preferences;
@@ -90,8 +86,6 @@ public class PreferencesActivity extends BaseActivity implements SharedPreferenc
.commit();
}
getSupportActionBar().setNavigationMode(NAVIGATION_MODE_STANDARD);
checkout = Checkout.forActivity(this, billing, products);
checkout.start();
}