From a378386e925eb1b9632110cbacdee6c06025b973 Mon Sep 17 00:00:00 2001 From: Evgeny Shishkin Date: Wed, 22 Apr 2015 20:25:29 +0300 Subject: [PATCH] Cleanup code --- .../java/com/devspark/robototextview/sample/MainActivity.java | 4 ++-- .../robototextview/widget/RobotoAutoCompleteTextView.java | 4 ++-- .../java/com/devspark/robototextview/widget/RobotoButton.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoCheckBox.java | 4 ++-- .../devspark/robototextview/widget/RobotoCheckedTextView.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoChronometer.java | 4 ++-- .../devspark/robototextview/widget/RobotoCompoundButton.java | 4 ++-- .../devspark/robototextview/widget/RobotoDigitalClock.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoEditText.java | 4 ++-- .../devspark/robototextview/widget/RobotoExtractEditText.java | 4 ++-- .../widget/RobotoMultiAutoCompleteTextView.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoRadioButton.java | 4 ++-- .../java/com/devspark/robototextview/widget/RobotoSwitch.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoTextClock.java | 4 ++-- .../com/devspark/robototextview/widget/RobotoTextView.java | 4 ++-- .../devspark/robototextview/widget/RobotoToggleButton.java | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/robototextview-sample/src/main/java/com/devspark/robototextview/sample/MainActivity.java b/robototextview-sample/src/main/java/com/devspark/robototextview/sample/MainActivity.java index 8d1d8b9..a73bdcf 100644 --- a/robototextview-sample/src/main/java/com/devspark/robototextview/sample/MainActivity.java +++ b/robototextview-sample/src/main/java/com/devspark/robototextview/sample/MainActivity.java @@ -17,12 +17,12 @@ package com.devspark.robototextview.sample; import android.os.Bundle; -import android.support.v7.app.ActionBarActivity; +import android.support.v7.app.AppCompatActivity; /** * @author Evgeny Shishkin */ -public class MainActivity extends ActionBarActivity { +public class MainActivity extends AppCompatActivity { /** * Called when the activity is first created. */ diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoAutoCompleteTextView.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoAutoCompleteTextView.java index c2a5026..037e59b 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoAutoCompleteTextView.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoAutoCompleteTextView.java @@ -46,8 +46,8 @@ public RobotoAutoCompleteTextView(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoButton.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoButton.java index 82c8976..5fb8adc 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoButton.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoButton.java @@ -46,8 +46,8 @@ public RobotoButton(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckBox.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckBox.java index 5eb6343..b6c1471 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckBox.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckBox.java @@ -46,8 +46,8 @@ public RobotoCheckBox(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckedTextView.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckedTextView.java index 76a49e8..e413170 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckedTextView.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCheckedTextView.java @@ -46,8 +46,8 @@ public RobotoCheckedTextView(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoChronometer.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoChronometer.java index 9a66b1e..a8ff83a 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoChronometer.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoChronometer.java @@ -45,8 +45,8 @@ public RobotoChronometer(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCompoundButton.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCompoundButton.java index 2529dd6..ab106b0 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCompoundButton.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoCompoundButton.java @@ -45,8 +45,8 @@ public RobotoCompoundButton(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoDigitalClock.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoDigitalClock.java index e4d93d1..5bd5bad 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoDigitalClock.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoDigitalClock.java @@ -45,8 +45,8 @@ public RobotoDigitalClock(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoEditText.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoEditText.java index 72fff87..0fe6f20 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoEditText.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoEditText.java @@ -46,8 +46,8 @@ public RobotoEditText(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoExtractEditText.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoExtractEditText.java index b061f7b..fc68d95 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoExtractEditText.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoExtractEditText.java @@ -45,8 +45,8 @@ public RobotoExtractEditText(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoMultiAutoCompleteTextView.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoMultiAutoCompleteTextView.java index b36dcc0..d25bf34 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoMultiAutoCompleteTextView.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoMultiAutoCompleteTextView.java @@ -46,8 +46,8 @@ public RobotoMultiAutoCompleteTextView(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoRadioButton.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoRadioButton.java index 4cc9900..a174842 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoRadioButton.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoRadioButton.java @@ -46,8 +46,8 @@ public RobotoRadioButton(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoSwitch.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoSwitch.java index 6cdc26b..f454cde 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoSwitch.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoSwitch.java @@ -48,8 +48,8 @@ public RobotoSwitch(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextClock.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextClock.java index e92241f..42532fe 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextClock.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextClock.java @@ -48,8 +48,8 @@ public RobotoTextClock(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextView.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextView.java index 9797ec2..fac1932 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextView.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoTextView.java @@ -46,8 +46,8 @@ public RobotoTextView(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. * diff --git a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoToggleButton.java b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoToggleButton.java index 50b144f..ce82271 100644 --- a/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoToggleButton.java +++ b/robototextview/src/main/java/com/devspark/robototextview/widget/RobotoToggleButton.java @@ -45,8 +45,8 @@ public RobotoToggleButton(Context context) { * that were specified in the XML file. This version uses a default style of * 0, so the only attribute values applied are those in the Context's Theme * and the given AttributeSet. - *

- *

+ *

+ *

* The method onFinishInflate() will be called after all children have been * added. *