7715 platform BUG modification record, 7715 platform bug

Source: Internet
Author: User

7715 platform BUG modification record, 7715 platform bug

BUG: Open the download menu, and the title bar instantly displays "document ";

Put AndroidManifast. xml

<Application android: name = ". DocumentsApplication"
Android: label = "@ string/app_label"
Android: supportsRtl = "true">
In android: label = "@ string/app_label" removed, all edited, downloaded to the mobile phone, and then downloaded. At this time, the actionbar displays the documentsUI package name, then the downloaded content is displayed.
I later changed android: label = "@ string/app_label" to android: label = "" And then compiled and pushed it to the mobile phone. At this time, the actionbar will not display the name, the downloaded content is displayed directly.

DocumentsUI provides service interfaces for the download function. In frameworks/base/packages/, google's native design can be a clear framework and should be available for other applications; in DocumentsUI, android APIs or libraries that are not made public to applications should be used.



BUG: the font of the third line is incomplete when three lines are marked on the main menu interface.

Add a property android: singleLine = "true" to the property of the BubbleTextView class"

The pictures and names of the android Main Menu are all implemented using a BubbleTextView class, so you only need to change it in this class. Launcher3 uses apps_mimize_application.xml to control the textview attribute. The class file used is PagedViewIcon. java.

<Com. android. launcher3.PagedViewIcon

Xmlns: android = "http://schemas.android.com/apk/res/android"

Xmlns: launcher = "http://schemas.android.com/apk/res-auto/com.android.launcher3"


Style = "@ style/WorkspaceIcon. AppsCustomize"


Android: id = "@ + id/application_icon"

Android: layout_width = "match_parent"

Android: layout_height = "match_parent"

Android: singleLine = "true"

Android: focusable = "true"

Android: background = "@ drawable/focusable_view_bg"/>


Asp Change Record Error

We strongly despise Ctrl + C. Ctrl + V and do not talk about programming.

Open the IE browser --> Internet Options --> advanced --> display the friendly HTTP Error. You can see the error by removing the check box before this option. Post the error.

Let's take a look at this section of C code. I don't know how to change an error during compilation,

Add forced conversion
* R = (tnode *) malloc (sizeof (tnode ));

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.