layout_width="wrap_content" has no effect to button

Shay Wilner 1,726 Reputation points
2023-03-24T13:19:31.1166667+00:00

Hello

In platform xamarin android

<Button
        android:id="@+id/size"
        android:tag="size"
        android:text="@string/buttonsize"
        android:fontFamily="calibri"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="1dp"
        android:layout_marginTop="4dp"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:textAllCaps="false"
        android:background="@drawable/buttonbackreturn"
        android:textColor="#ffeff0f0"
        android:textStyle="bold"
        android:textSize="18sp"
        
        />
   
    <Button

If i reduce the textsixe the width of the button remains the same

Thanks

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,292 questions
{count} votes