<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. Flutter 的 TensorFlow Lite 插件 - tfli
  2. 你知道 Android(安卓)的 MessageQueue.Id
  3. Android开发错误Unable to execute dex:
  4. Android(安卓)Studio 无法引用org.apache
  5. 制作ota升级包之error:Could not create t
  6. Android(安卓)API 28 访问服务器失败 提
  7. android 中文 api (64) —— Scroller
  8. Android(安卓)加载.gif格式图片
  9. Android配置----Eclipse+BlueStacks调试A
  10. 关于Android(安卓)API,你所不知道的