学习Android的第一天,仿QQ登录界面、微信发现界面.

本文记录了作者学习Android的第一天,详细介绍了如何仿制QQ登录界面和微信发现界面,包括源码与效果图展示。通过PS取色工具获取界面配色,并提供相关图片资源的网盘链接供读者参考。
摘要由CSDN通过智能技术生成

学习Android的第一天,仿QQ登录界面、微信发现界面

仿制微信发现界面


  你好!这是我的第一篇博客,同时也是我学习Android的一篇网上笔记。记录和分享每个人与众不同的经历与经验,想来也是博客诞生的原因吧。 好了话不多说,直接进入主题!

仿微信发现界面源码与效果图

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#ebebeb"
    android:orientation="vertical">

    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <RelativeLayout
            android:id="@+id/wxTitle"
            android:layout_width="match_parent"
            android:layout_height="79dp"
            android:background="#303030">

            <LinearLayout
                android:id="@+id/wxLogo"
                android:layout_width="120dp"
                android:layout_height="match_parent">

                <TextView
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_marginLeft="20dp"
                    android:gravity="center_vertical"
                    android:text="微信"
                    android:textColor="#f0f0f0"
                    android:textSize="25sp" />

            </LinearLayout>

            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_marginLeft="210dp"
                android:layout_toRightOf="@+id/wxLogo"
                android:background="@drawable/logo1_1" />


        </RelativeLayout>

        <TextView
            android:id="@+id/oneText"
            android:layout_width="match_parent"
            android:layout_height="56dp"
            android:layout_below="@+id/wxTitle"
            android:layout_marginTop="25dp"
            android:background="#ffffff"
            android:drawableLeft="@drawable/logo1"
            android:text="朋友圈"
            android:textSize="24dp"
            android:textColor="#3c3c3c"
            android:gravity="center_vertical"/>


        <TextView
            android:id="@+id/twoText"
            android:layout_width
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值