I have a button in my xml layout
<Button
android:layout_marginTop="10dp"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Default ringtone"
android:id="@+id/select_ringtone"
/>
and when I set any text on it automatically change to capital letter .even when I set in xml or in fragment.and I dont know what is the problem !!!! I am developing an app for a while but suddenly I faced this problem and it made me confused