Remove"created by" comment
This commit is contained in:
parent
1013ce30cd
commit
b13ab7315b
|
@ -7,10 +7,6 @@ import android.view.ViewGroup;
|
|||
import info.nightscout.androidaps.R;
|
||||
import preference.WearPreferenceActivity;
|
||||
|
||||
/**
|
||||
* Created by rICTx-T1D on 28/Sep/20 (see https://github.com/rICTx-T1D)
|
||||
*/
|
||||
|
||||
public class RICTxWF01ConfigurationActivity extends WearPreferenceActivity {
|
||||
|
||||
@Override
|
||||
|
|
|
@ -21,10 +21,6 @@ import java.util.Date;
|
|||
import info.nightscout.androidaps.R;
|
||||
import info.nightscout.androidaps.interaction.menus.MainMenuActivity;
|
||||
|
||||
/**
|
||||
* Created by rICTx-T1D on 16/Sep/20 (see https://github.com/rICTx-T1D)
|
||||
*/
|
||||
|
||||
public class RICTxWF01 extends BaseWatchFace {
|
||||
private long chartTapTime = 0;
|
||||
private long sgvTapTime = 0;
|
||||
|
@ -87,13 +83,6 @@ public class RICTxWF01 extends BaseWatchFace {
|
|||
mUploaderBattery.setTextColor(ContextCompat.getColor(getApplicationContext(), R.color.dark_uploaderBatteryEmpty));
|
||||
}
|
||||
|
||||
/* not be implement
|
||||
if (loopLevel == 1) {
|
||||
mLoop.setBackgroundResource(R.drawable.loop_green_25);
|
||||
} else {
|
||||
mLoop.setBackgroundResource(R.drawable.loop_red_25);
|
||||
}
|
||||
*/
|
||||
|
||||
if (chart != null) {
|
||||
highColor = ContextCompat.getColor(getApplicationContext(), R.color.dark_highColor);
|
||||
|
@ -172,8 +161,6 @@ public class RICTxWF01 extends BaseWatchFace {
|
|||
}
|
||||
|
||||
|
||||
/* @ToDo optimize font-size --> when direction and time-ago is off, increase font-size of sgv */
|
||||
|
||||
}
|
||||
|
||||
protected void setColorLowRes() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Created by rICTx-T1D on 16/Sep/20 (see https://github.com/rICTx-T1D) -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<android.support.wearable.view.WatchViewStub
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Created by rICTx-T1D on 16/Sep/20 (see https://github.com/rICTx-T1D) -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Created by rICTx-T1D on 16/Sep/20 (see https://github.com/rICTx-T1D) -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
|
Loading…
Reference in a new issue