Boderless Style removed again
This commit is contained in:
parent
4bfdf01a9a
commit
f8ab4d7cce
2 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ public class SudokuButton extends Button {
|
||||||
private SudokuButtonType type = SudokuButtonType.Unspecified;
|
private SudokuButtonType type = SudokuButtonType.Unspecified;
|
||||||
|
|
||||||
public SudokuButton(Context context, AttributeSet attrs) {
|
public SudokuButton(Context context, AttributeSet attrs) {
|
||||||
super(context, attrs,R.attr.borderlessButtonStyle);
|
super(context, attrs);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setValue(int value) { this.value = value; }
|
public void setValue(int value) { this.value = value; }
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
android:elevation="10dp"
|
android:elevation="10dp"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
android:onClick="onClick"
|
android:onClick="onClick"
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
android:onClick="onClick"
|
android:onClick="onClick"
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
android:onClick="onClick"
|
android:onClick="onClick"
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
android:onClick="onClick"
|
android:onClick="onClick"
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
android:onClick="onClick"
|
android:onClick="onClick"
|
||||||
android:capitalize="none"
|
android:capitalize="none"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
style="?android:attr/borderlessButtonStyle"/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue