File tree Expand file tree Collapse file tree
java/org/buildmlearn/toolkit/adapter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,11 +96,7 @@ public void onClick(View v) {
9696 title .setText (tutorial .getTitle ());
9797 description .setText (tutorial .getDescription ());
9898 if (!SkipTutorial ) {
99- if ("Welcome to BuildmLearn Toolkit" .equals (title .getText ().toString ())) {
100- skip_button .setVisibility (View .VISIBLE );
101- } else {
102- skip_button .setVisibility (View .GONE );
103- }
99+ skip_button .setVisibility (View .VISIBLE );
104100 }
105101 convertView .findViewById (R .id .skip_button ).setOnClickListener (new View .OnClickListener () {
106102 @ Override
@@ -110,7 +106,7 @@ public void onClick(View v) {
110106 }
111107 mActivity .finish ();
112108 }
113- });
109+ });
114110 }
115111 container .addView (convertView , 0 );
116112
Original file line number Diff line number Diff line change 3030 style =" ?android:attr/borderlessButtonStyle"
3131 android : layout_width =" match_parent"
3232 android : layout_height =" wrap_content"
33- android : background =" #29A6D4 "
33+ android : background =" @android:color/transparent "
3434 android : textAllCaps =" false"
3535 android : id =" @+id/skip_button" />
3636
You can’t perform that action at this time.
0 commit comments