1 Star 0 Fork 0

哈兔Box/许可证画廊 for Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
itemLayout.aly 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
杰西205 提交于 2023-10-05 16:18 +08:00 . 初次提交
{
LinearLayout;
layout_height="wrap";
layout_width="fill";
orientation="horizontal";
padding="16dp";
{
LinearLayout;
layout_height="wrap";
layout_width=0;
layout_weight=1;
orientation="vertical";
{
TextView;
id="title";
layout_height="wrap";
layout_width="wrap";
textSize="16sp";
textColor=android.res.color.attr.textColorPrimary;
};
{
TextView;
id="summary";
layout_height="wrap";
layout_width="wrap";
textSize="14sp";
textColor=android.res.color.attr.textColorSecondary;
};
};
{
ImageView;
layout_height="24dp";
layout_width="24dp";
src="images/chevron-right.png";
colorFilter=android.res.color.attr.textColorPrimary;
alpha=0.6;
layout_gravity="center";
layout_marginStart="16dp",
};
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/HelloTool/LicenseGalleryForAndroid.git
git@gitee.com:HelloTool/LicenseGalleryForAndroid.git
HelloTool
LicenseGalleryForAndroid
许可证画廊 for Android
master

搜索帮助