最新版QQ登陆界面如下:

代码实现效果如下:

activity_main.xml代码如下:
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/qq13"
tools:context=".MainActivity">
<Button
android:id="@+id/button4"
android:layout_width="280dp"
android:layout_height="32dp"
android:layout_marginEnd="8dp"