File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
java/sun/bob/leela/ui/activities Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ public enum ShowMode {
55
55
protected void onCreate (Bundle savedInstanceState ) {
56
56
super .onCreate (savedInstanceState );
57
57
setContentView (R .layout .activity_set_master_password );
58
- Toolbar toolbar = (Toolbar ) findViewById (R .id .toolbar );
59
- toolbar .setTitle ("" );
60
- setSupportActionBar (toolbar );
58
+ // Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
59
+ // toolbar.setTitle("");
60
+ // setSupportActionBar(toolbar);
61
61
62
62
initReference ();
63
63
initListener ();
Original file line number Diff line number Diff line change 13
13
android : id =" @+id/app_bar"
14
14
android : theme =" @style/AppTheme.AppBarOverlay" >
15
15
16
- <android .support.v7.widget.Toolbar
17
- android : id =" @+id/toolbar"
18
- android : layout_width =" match_parent"
19
- android : layout_height =" ?attr/actionBarSize"
20
- android : background =" ?attr/colorPrimary"
21
- android : title =" @null"
22
- app : theme =" @style/ThemeOverlay.AppCompat.ActionBar"
23
- app : popupTheme =" @style/AppTheme.PopupOverlay" />
16
+ <!-- < android.support.v7.widget.Toolbar-->
17
+ <!-- android:id="@+id/toolbar"-->
18
+ <!-- android:layout_width="match_parent"-->
19
+ <!-- android:layout_height="?attr/actionBarSize"-->
20
+ <!-- android:background="?attr/colorPrimary"-->
21
+ <!-- android:title="@null"-->
22
+ <!-- app:theme="@style/ThemeOverlay.AppCompat.ActionBar"-->
23
+ <!-- app:popupTheme="@style/AppTheme.PopupOverlay" /> -- >
24
24
<android .support.v7.widget.AppCompatTextView
25
25
android : layout_width =" match_parent"
26
- android : layout_height =" wrap_content "
26
+ android : layout_height =" match_parent "
27
27
android : layout_marginTop =" ?attr/actionBarSize"
28
+ android : gravity =" bottom"
28
29
android : padding =" 6dp"
29
30
android : text =" @string/title_activity_set_master_password"
30
31
android : textSize =" 30dp" />
You can’t perform that action at this time.
0 commit comments