KeyboardUi

This commit is contained in:
serso
2016-02-06 16:14:19 +01:00
parent 5d30d57d8f
commit 589ac6b178
42 changed files with 833 additions and 1297 deletions

View File

@@ -86,7 +86,7 @@ public class PreferencesActivity extends BaseActivity implements SharedPreferenc
if (savedInstanceState == null) {
final int preference = intent.getIntExtra(EXTRA_PREFERENCE, R.xml.preferences);
getSupportFragmentManager().beginTransaction()
.add(R.id.main_layout, PreferencesFragment.create(preference, R.layout.fragment_preferences))
.add(R.id.main, PreferencesFragment.create(preference, R.layout.fragment_preferences))
.commit();
}