91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.83MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-11-16
  • 語言: Java
  • 標簽: UI模板??Holo??Everywhere??

資源簡介

Android各種原生UI各種模板主題 HoloEverywhere,還有網易新聞4.0側邊欄導航

資源截圖

代碼片段和文件信息


package?org.holoeverywhere.preference;

import?android.content.Context;
import?android.util.AttributeSet;
import?android.view.View;
import?android.widget.Checkable;

public?class?CheckBoxPreference?extends?TwoStatePreference?{
????public?CheckBoxPreference(Context?context)?{
????????this(context?null);
????}

????public?CheckBoxPreference(Context?context?AttributeSet?attrs)?{
????????this(context?attrs?R.attr.checkBoxPreferencestyle);
????}

????public?CheckBoxPreference(Context?context?AttributeSet?attrs?int?defstyle)?{
????????super(context?attrs?defstyle);
????}

????@Override
????protected?void?onBindView(View?view)?{
????????super.onBindView(view);
????????View?checkboxView?=?view.findViewById(R.id.checkbox);
????????if?(checkboxView?!=?null?&&?checkboxView?instanceof?Checkable)?{
????????????((Checkable)?checkboxView).setChecked(mChecked);
????????????sendAccessibilityEvent(checkboxView);
????????}
????????syncSummaryView(view);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\
?????文件?????????208??2014-09-22?07:57??HoloEverywhere-master\.gitignore
?????文件?????????899??2014-09-22?07:57??HoloEverywhere-master\.travis.yml
?????文件????????1060??2014-09-22?07:57??HoloEverywhere-master\LICENSE
?????文件????????4364??2014-09-22?07:57??HoloEverywhere-master\README.md
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\
?????文件?????????701??2014-09-22?07:57??HoloEverywhere-master\addons\pom.xml
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\
?????文件?????????466??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.classpath
?????文件?????????835??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.project
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.settings\
?????文件??????????74??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.settings\org.eclipse.core.resources.prefs
?????文件?????????238??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.settings\org.eclipse.jdt.core.prefs
?????文件??????????86??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\.settings\org.eclipse.m2e.core.prefs
?????文件?????????138??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\AndroidManifest.xml
?????文件?????????263??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\build.gradle
?????文件?????????295??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\lint.xml
?????文件????????1146??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\pom.xml
?????文件?????????781??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\proguard-project.txt
?????文件?????????626??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\project.properties
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout-w600dp\
?????文件????????2177??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout-w600dp\preference_list_content_single.xml
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout-xlarge\
?????文件?????????710??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout-xlarge\breadcrumbs_in_fragment.xml
?????目錄???????????0??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\
?????文件?????????207??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\breadcrumbs_in_fragment.xml
?????文件?????????801??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\fragment_bread_crumb_item.xml
?????文件?????????267??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\fragment_bread_crumbs.xml
?????文件?????????381??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\preference_category_holo.xml
?????文件????????1909??2014-09-22?07:57??HoloEverywhere-master\addons\preferences\res\layout\preference_child_holo.xml
............此處省略2222個文件信息

評論

共有 條評論