use boxinsetlayout
// android.support.wearable.view.BoxInsetLayout
: layout_box = " | | "
...
android.support.wearable.view.BoxInsetLayout >
wearableRecyclerView
do CircularChildLayoutManager mChildLayoutManager = new CircularChildLayoutManager(mContext);
.
mRecyclerView.setLayoutManager(mChildLayoutManager);
.