<RelativeLayout        android:id="@+id/layout_welfare_view"        android:layout_width="0dp"        android:layout_height="wrap_content"        android:layout_weight="1"        android:gravity="center" >        <ImageView            android:id="@+id/layout_welfare_img"            android:layout_width="@dimen/x144"            android:layout_height="@dimen/x144"            android:layout_centerHorizontal="true"            android:layout_marginTop="@dimen/x72"            android:src="@mipmap/ico_homepage_welfare" />        <TextView            style="@style/text_mw_ff81818f_text"            android:layout_centerHorizontal="true"            android:layout_marginTop="@dimen/x237"            android:gravity="center"            android:textSize="13sp" />        <com.airbnb.lottie.LottieAnimationView            android:id="@+id/layout_welfare_station_tips"            android:layout_width="wrap_content"            android:layout_height="@dimen/x120"            android:layout_alignLeft="@id/layout_welfare_img"            android:layout_marginTop="@dimen/x30"            app:lottie_fileName="lottie_welfare.json"            app:lottie_loop="true" />    RelativeLayout>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. [置顶] 我的Android进阶之旅------>Andro
  2. zz:Android 测试工具Monkey & Monkeyrunn
  3. Android开发_地图应用_百度Map-1
  4. Android(安卓)studio 混淆打包安装后报错
  5. android安装及卸载apk
  6. Android中自定义下拉样式Spinner
  7. android--相机开发
  8. 【so easy~】正则表达式常用匹配
  9. Android编程示例之——人像检测
  10. Android新控件MotionLayout介绍(二)