I want to add a "follow us on G+" button in an android app to follow my page, it is avaliable in web https://developers.google.com/+/web/follow/
i want to do the same but in my Android app, is there any thing like the +1 button
<com.google.android.gms.plus.PlusOneButton
android:id="@+id/plus_one_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
plus:annotation="inline"
plus:size="standard" />
but for G+ follow? thanks for helping