Compare commits
1 Commits
master
...
feature/up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bad2a3eba1 |
@ -1,2 +1 @@
|
||||
node_modules/
|
||||
Example/
|
||||
|
||||
@ -30,7 +30,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.android.support:appcompat-v7:27.1.1"
|
||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
implementation fileTree( dir: "libs", includes: ['*.jar'] )
|
||||
}
|
||||
|
||||
@ -5,12 +5,13 @@ import android.app.DialogFragment;
|
||||
import android.content.Context;
|
||||
import android.content.DialogInterface;
|
||||
import android.os.Bundle;
|
||||
import android.support.v7.app.AlertDialog;
|
||||
import android.text.InputType;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.WindowManager;
|
||||
import android.widget.EditText;
|
||||
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public class RNPromptFragment extends DialogFragment implements DialogInterface.OnClickListener {
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
<item name="colorAccent">@color/prompt_color</item>
|
||||
</style>
|
||||
|
||||
<style name="ShimoEditTextStyle" parent="Widget.AppCompat.EditText">
|
||||
<style name="ShimoEditTextStyle">
|
||||
<item name="android:textColor">@color/prompt_color</item>
|
||||
<item name="colorControlNormal">@color/prompt_color</item>
|
||||
<item name="colorControlActivated">@color/prompt_color</item>
|
||||
<item name="colorControlHighlight">@color/prompt_color</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user