更改KeyboardView颜色Lollipin库(Android)

时间:2017-09-08 04:58:12

标签: android android-layout

我目前正在使用Lollipin库来保护我的应用程序。

我无法找到会改变键盘上按钮颜色的方法或xml属性。我需要它们是白色的。

请查看下面的照片。Keyboard Buttons look grey

我已经尝试了' android:keyTextColor'属性,但似乎没有改变任何东西。帮助赞赏。

由于

keyboardView代码

<LinearLayout
            android:id="@+id/pin_code_gray_bar"
            android:layout_width="match_parent"
            android:layout_height="1dp"
            android:layout_below="@+id/pin_code_forgot_textview"
            android:layout_marginBottom="@dimen/light_gray_bar_margin_bottom"
            android:layout_marginLeft="@dimen/light_gray_bar_margin_sides"
            android:layout_marginRight="@dimen/light_gray_bar_margin_sides"
            android:layout_marginTop="@dimen/light_gray_bar_margin_top"
            android:background="@android:color/white"
            android:orientation="horizontal" />

        <com.github.orangegangsters.lollipin.lib.views.KeyboardView
            android:id="@+id/pin_code_keyboard_view"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_above="@+id/pin_code_fingerprint_imageview"
            android:layout_below="@+id/pin_code_gray_bar"
            android:keyTextColor="#FFFFFF"
            android:keyBackground="@color/blueAccent"
            />
</LinearLayout>

图书馆链接:https://github.com/omadahealth/LolliPin

0 个答案:

没有答案