android: textAlignment не соблюдается в конструкторе в xamarin 4.7, .10.38 - PullRequest
0 голосов
/ 20 мая 2018

Когда я меняю android: textAlignment в Xamarin не работает, но 0 в атрибутах значения

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/background_light"
    tools:gridSpec="1|16|#0093eeff|K:#008080ff:16,l:72,l:16,r|S:#83ee00ff:16,0,l:16,56,l:16,0,r">

    <TextView
        android:text="Hallo World"
        android:layout_width="394.0dp"
        android:layout_height="68.5dp"
        android:id="@+id/textView1"
        android:textColor="@android:color/background_dark"
        android:textSize="36dp"
        android:layout_marginBottom="58.0dp"
        android:textAlignment="center" />
</LinearLayout>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...