相关疑难解决方法(0)

Android Google加登录按钮样式

我需要Android中google + signin的长样式按钮.

根据品牌指南这里有不同的风格像长,中,短等按钮

我在示例应用程序的帮助下获得了中等风格的按钮,但我想要长样式按钮.

这是我的按钮`

   <com.google.android.gms.common.SignInButton
        android:id="@+id/sign_in_button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="5dp"
        android:visibility="visible" />
Run Code Online (Sandbox Code Playgroud)

`

android google-plus android-styles

7
推荐指数
2
解决办法
1万
查看次数

标签 统计

android ×1

android-styles ×1

google-plus ×1