Remove i18n package. Add xml files with strings to flutter assets. Create method for passing localized strings to channel.
This commit is contained in:
@@ -14,18 +14,16 @@
|
||||
android:id="@+id/cardPhoneButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/manual_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:hint="@string/enter_manual"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="text"
|
||||
android:maxLines="1"
|
||||
android:textColor="@android:color/white"
|
||||
android:textColorHint="@android:color/white"/>
|
||||
android:textColorHint="@android:color/white" />
|
||||
|
||||
</android.support.v7.widget.Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user