Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
ma...@mail.ru <ma...@mail.ru> #3
Thanks for your request. We will investigate this issue and see if we can implement the behavior you've requested.
vi...@google.com <vi...@google.com> #4
As an additional alternative, it should be possible to specify a label in the options for GmailApp.sendEmail().
A work-around is proposed in StackOverflow:http://stackoverflow.com/a/18727687/1677912
A work-around is proposed in StackOverflow:
Description
Set the xml layout for test activity:
<LinearLayout
android:layout_width="1080px"
android:layout_height="1080px"
android:orientation="horizontal"
android:layout_gravity="center"
android:gravity="center"
android:background="#400f"
>
<TextView
android:layout_width="128px"
android:layout_height="128px"
android:gravity="center"
android:maxLines="1"
android:textStyle="normal"
android:fontFamily="sans-serif"
android:textAllCaps="true"
android:includeFontPadding="false"
android:autoSizeTextType="uniform"
android:autoSizeMinTextSize="10px"
android:background="#80f0"
android:text="목"
/>
<TextView
android:layout_width="64px"
android:layout_height="match_parent"
/>
<TextView
android:layout_width="128px"
android:layout_height="match_parent"
android:gravity="center"
android:maxLines="1"
android:textStyle="normal"
android:fontFamily="sans-serif"
android:textAllCaps="true"
android:includeFontPadding="false"
android:autoSizeTextType="uniform"
android:autoSizeMinTextSize="10px"
android:background="#80f0"
android:text="목"
/>
<TextView
android:layout_width="128px"
android:layout_height="match_parent"
/>
<TextView
android:layout_width="128px"
android:layout_height="128px"
android:gravity="center"
android:maxLines="1"
android:textStyle="normal"
android:fontFamily="sans-serif"
android:textAllCaps="true"
android:includeFontPadding="false"
android:autoSizeTextType="uniform"
android:autoSizeMinTextSize="10px"
android:background="#80f0"
android:text="WE"
/>
<TextView
android:layout_width="64px"
android:layout_height="match_parent"
/>
<TextView
android:layout_width="128px"
android:layout_height="match_parent"
android:gravity="center"
android:maxLines="1"
android:textStyle="normal"
android:fontFamily="sans-serif"
android:textAllCaps="true"
android:includeFontPadding="false"
android:autoSizeTextType="uniform"
android:autoSizeMinTextSize="10px"
android:background="#80f0"
android:text="WE"
/>
</LinearLayout>
2. What happened
Korean text is too big and cut (the second TextView).
3. What you think the correct behavior should be.
See right side of attached picture for Latin text
4. Is this a security related issue?
No but not sure.
5. Device: Pixel 6 with Android 15
See also