ある日以来、PagerTabStrip テキストが消えています。
テキストは半分しか見えず、editText にフォーカスすると消えますか?
xml ファイルを変更しませんでしたが、これはどのように見えるかです。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="robin.activity.MainFragmentActivity">
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<android.support.v4.view.PagerTabStrip
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:paddingBottom="10dp"
android:paddingTop="10dp"
android:textColor="#000000" />
</android.support.v4.view.ViewPager>
</RelativeLayout>
いくつかの Google ライブラリを更新しましたが、build.grade を変更したり、sdk22 を更新したりしませんでした。とにかく、これらは私の依存関係です:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:+'
compile files('libs/mpandroidchartlibrary-2-1-3.jar')
compile files('libs/gson-2.3.1.jar')
}
私の問題は何ですか?
編集:すべて同じ問題で複数のプロジェクトを作成しました。
EDIT2:古いバージョンでも同じことをしました。これはlibの問題に違いないと思いますか?
EDIT#:それはGoogleの問題です。https://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=183127
私は私のgradleを変更しませんでした。これを解決するには?