mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 17:17:04 -04:00
Design [Login screen]: Changed EditText color
This commit is contained in:
@@ -4,6 +4,7 @@ import android.content.*;
|
||||
import android.util.*;
|
||||
import android.widget.*;
|
||||
import net.kdt.pojavlaunch.*;
|
||||
import android.graphics.*;
|
||||
|
||||
public class MineEditText extends EditText
|
||||
{
|
||||
@@ -21,7 +22,8 @@ public class MineEditText extends EditText
|
||||
|
||||
public void init()
|
||||
{
|
||||
setBackgroundResource(R.drawable.border_edittext);
|
||||
// setBackgroundResource(R.drawable.border_edittext);
|
||||
setBackgroundColor(Color.parseColor("#131313"));
|
||||
setPadding(5, 5, 5, 5);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user