静态修改


 <android.support.design.widget.TabLayout        android:id="@+id/synthesize_tablayout"        android:layout_width="match_parent"    --1tab的高度-->    android:layout_height="wrap_content"        android:background="#ecebeb"        app:tabTextColor="#8e8d8d"        app:tabSelectedTextColor="#08b110"        app:tabIndicatorColor="#08b110"        app:tabIndicatorHeight="15dp"        app:tabMode="scrollable(fixed)"        app:tabTextAppearance="@android:style/TextAppearance.Holo.Large"/>

更多相关文章

  1. Android中的颜色
  2. Android颜色对照表
  3. 点击button然后改变其中文字的颜色
  4. Android一个textview显示多段文本不同颜色并可以响应点击事件
  5. [Android UI界面] 求助大神!selector怎么做到点击后保持某个颜色
  6. Android 利用drawable中的gradient属性实现背景颜色渐变
  7. android 各种控件颜色值
  8. android静态图片和动态壁纸
  9. Android NDK生成共享库和静态库

随机推荐

  1. MySQL 数据类型选择原则
  2. 图文详解MySQL中的主键与事务
  3. 跳槽必备之你设计索引的原则是什么?怎么
  4. 一看就懂的MySQL的聚簇索引及聚簇索引是
  5. MySQL之PXC集群搭建的方法步骤
  6. Mysql 用户权限管理实现
  7. MySQL 查询速度慢的原因
  8. MySQL 全文索引使用指南
  9. 52条SQL语句教你性能优化
  10. 简单了解 MySQL 中相关的锁